API to access indexed articles and videos as a JSON

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

{
    "videos": "https://djangofeeds.com/api/videos/?format=api",
    "articles": "https://djangofeeds.com/api/articles/?format=api"
}