Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "article-images": "https://t-i.ru/api/article-images/?format=api",
    "article-videos": "https://t-i.ru/api/article-videos/?format=api",
    "articles": "https://t-i.ru/api/articles/?format=api",
    "banners": "https://t-i.ru/api/banners/?format=api",
    "blogs": "https://t-i.ru/api/blogs/?format=api",
    "categories": "https://t-i.ru/api/categories/?format=api",
    "comments": "https://t-i.ru/api/comments/?format=api",
    "currency": "https://t-i.ru/api/currency/?format=api",
    "files": "https://t-i.ru/api/files/?format=api",
    "issues": "https://t-i.ru/api/issues/?format=api",
    "persons": "https://t-i.ru/api/persons/?format=api",
    "photo-reports": "https://t-i.ru/api/photo-reports/?format=api",
    "polls": "https://t-i.ru/api/polls/?format=api",
    "posts": "https://t-i.ru/api/posts/?format=api",
    "records": "https://t-i.ru/api/records/?format=api",
    "sections": "https://t-i.ru/api/sections/?format=api",
    "users": "https://t-i.ru/api/users/?format=api",
    "video-reports": "https://t-i.ru/api/video-reports/?format=api",
    "votes": "https://t-i.ru/api/votes/?format=api",
    "weather": "https://t-i.ru/api/weather/?format=api"
}