Public API
Read-only JSON over the publication graph behind this map — build your own analyses, visualisations, and tools on it. CORS is enabled for all origins. The full machine spec lives at /api/v1/openapi.json.
Anonymous requests share a per-IP hourly budget. If you need more, an API key (sent asX-Api-Key) raises the limit — contact the maintainers.
GET/api/v1/venues
All venues with paper counts and year ranges.
GET/api/v1/institutions
List institutions. Filters: q, country (ISO-2), venue, limit, offset.
GET/api/v1/institutions/{id}
Full institution profile: stats, yearly output, authors, papers, collaborators.
GET/api/v1/authors/{id}
Author profile: affiliations over time, papers, co-authors.
GET/api/v1/papers
List papers. Filters: venue, year, q (title search), limit, offset.
GET/api/v1/markers
Institutions as a GeoJSON FeatureCollection (what the map renders).
GET/api/v1/collaborations
Co-publication edges between institutions as weighted GeoJSON lines.
Embedding the map
Labs and project sites can embed the interactive map directly — all filter parameters work in the URL:
<iframe src="https://your-deployment.example/embed?venues=chiplay&country=CA" width="100%" height="600" style="border:0; border-radius: 12px;" title="Game Leadership Map"></iframe>