Django REST framework
  • Log in
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "results": "https://profpressa.com/search/api/results/?format=api",
    "new_results": "https://profpressa.com/search/api/new_results/?format=api",
    "strict_results": "https://profpressa.com/search/api/strict_results/?format=api",
    "theme": "https://profpressa.com/search/api/theme/?format=api",
    "theme_suggest": "https://profpressa.com/search/api/theme_suggest/?format=api",
    "theme_list": "https://profpressa.com/search/api/theme_list/?format=api",
    "issue": "https://profpressa.com/search/api/issue/?format=api",
    "mag": "https://profpressa.com/search/api/mag/?format=api",
    "document_type": "https://profpressa.com/search/api/document_type/?format=api",
    "instruction_group": "https://profpressa.com/search/api/instruction_group/?format=api",
    "official_doctype": "https://profpressa.com/search/api/official_doctype/?format=api",
    "example_doctype": "https://profpressa.com/search/api/example_doctype/?format=api",
    "official_orgname": "https://profpressa.com/search/api/official_orgname/?format=api"
}