GET /api/videos/?video_url=
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "meta": {
        "previous": null,
        "next": null,
        "offset": 0,
        "limit": 20,
        "total_count": 0
    },
    "objects": []
}