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

{
    "projects_list": "https://sandbox.localcontextshub.org/api/v1/projects/",
    "project_detail": "/projects/<PROJECT_UNIQUE_ID>/",
    "multi_project_detail": "/projects/multi/<PROJECT_UNIQUE_ID_1>,<PROJECT_UNIQUE_ID_2>/",
    "projects_by_user_id": "/projects/users/<USER_ID>/",
    "projects_by_institution_id": "/projects/institutions/<INSTITUTION_ID>/",
    "institution_projects_by_providers_id": "/projects/institutions/<INSTITUTION_ID>/<PROVIDERS_ID>",
    "projects_by_researcher_id": "/projects/researchers/<RESEARCHER_ID>/",
    "open_to_collaborate_notice": "https://sandbox.localcontextshub.org/api/v1/notices/open_to_collaborate",
    "api_documentation": "https://github.com/localcontexts/localcontextshub/wiki/API-Documentation",
    "usage_guides": "https://localcontexts.org/support/downloadable-resources/"
}