FACCE-JPI open-data API endpoint

This API is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

For more details about FACCE-JPI projects, please refer to page FACCE-JPI Project Wheel > About.

For more details about how to use this RESTful API, please refer to the DRF documentation. Quick tips:

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

{
    "projects": "https://api.faccejpi.net/api/projects/",
    "actions": "https://api.faccejpi.net/api/actions/",
    "countries": "https://api.faccejpi.net/api/countries/",
    "corethemes": "https://api.faccejpi.net/api/corethemes/",
    "organisations": "https://api.faccejpi.net/api/organisations/",
    "policies": "https://api.faccejpi.net/api/policies/",
    "publications": "https://api.faccejpi.net/api/publications/",
    "voices": "https://api.faccejpi.net/api/voices/"
}