Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "collection_relations": "https://www.guitarparty.com/api/v3/core/collection_relations/?format=api",
    "authors": "https://www.guitarparty.com/api/v3/core/authors/?format=api",
    "songs": "https://www.guitarparty.com/api/v3/core/songs/?format=api",
    "songbooks": "https://www.guitarparty.com/api/v3/core/songbooks/?format=api",
    "chords": "https://www.guitarparty.com/api/v3/core/chords/?format=api",
    "favourites": "https://www.guitarparty.com/api/v3/core/favourites/?format=api",
    "instruments": "https://www.guitarparty.com/api/v3/core/instruments/?format=api",
    "user_delete": "https://www.guitarparty.com/api/v3/core/user_delete/?format=api",
    "profile": "https://www.guitarparty.com/api/v3/core/profile/?format=api",
    "user": "https://www.guitarparty.com/api/v3/core/user/?format=api",
    "plans": "https://www.guitarparty.com/api/v3/core/plans/?format=api",
    "wishlists": "https://www.guitarparty.com/api/v3/core/wishlists/?format=api",
    "lessons": "https://www.guitarparty.com/api/v3/core/lessons/?format=api"
}