The default basic root view for DefaultRouter

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

{
    "register": "https://bikesbooking.com/api/register/",
    "resetPassword": "https://bikesbooking.com/api/reset_password/",
    "countries": "https://bikesbooking.com/api/countries/",
    "cities": "https://bikesbooking.com/api/cities/",
    "popularDestinations": "https://bikesbooking.com/api/popular_destinations/",
    "staticpages": "https://bikesbooking.com/api/staticpages/",
    "sitemap": "https://bikesbooking.com/api/sitemap/",
    "site": "https://bikesbooking.com/api/site/",
    "bikeTypes": "https://bikesbooking.com/api/bike_types/",
    "extraItemTypes": "https://bikesbooking.com/api/extra_item_types/",
    "bikes": "https://bikesbooking.com/api/bikes/",
    "orders": "https://bikesbooking.com/api/orders/",
    "transactions": "https://bikesbooking.com/api/transactions/",
    "accounts/register": "https://bikesbooking.com/api/accounts/register/",
    "accounts/restorePassword": "https://bikesbooking.com/api/accounts/restore_password/",
    "accounts/current": "https://bikesbooking.com/api/accounts/current/",
    "accounts/bookings": "https://bikesbooking.com/api/accounts/bookings/",
    "accounts/companiesMedia": "https://bikesbooking.com/api/accounts/companies_media/",
    "accounts/companies": "https://bikesbooking.com/api/accounts/companies/",
    "accounts/company/bikes": "https://bikesbooking.com/api/accounts/company/bikes/",
    "accounts/company/bikePhotos": "https://bikesbooking.com/api/accounts/company/bike_photos/",
    "accounts/company/extras": "https://bikesbooking.com/api/accounts/company/extras/",
    "accounts/company/leaveLocations": "https://bikesbooking.com/api/accounts/company/leave_locations/",
    "accounts/company/bookings": "https://bikesbooking.com/api/accounts/company/bookings/",
    "accounts/company/reservations": "https://bikesbooking.com/api/accounts/company/reservations/",
    "accounts/company/seasons": "https://bikesbooking.com/api/accounts/company/seasons/",
    "accounts/company/tariffs": "https://bikesbooking.com/api/accounts/company/tariffs/",
    "company/register": "https://bikesbooking.com/api/company/register/",
    "company/bikes": "https://bikesbooking.com/api/company/bikes/",
    "company/reservations": "https://bikesbooking.com/api/company/reservations/",
    "company/seasons": "https://bikesbooking.com/api/company/seasons/",
    "subscriptions": "https://bikesbooking.com/api/subscriptions/",
    "contactRequests": "https://bikesbooking.com/api/contact_requests/",
    "travelPayoutsOrders": "https://bikesbooking.com/api/travel_payouts_orders/",
    "geocoder": "https://bikesbooking.com/api/geocoder/"
}