API Documentation
JUBA provides a REST API for programmatic access to our database. The API is currently in beta and available for research purposes.
Base URL
https://juba.igddev.com/apiEndpoints
GET/api/persons
List all persons in the database with pagination
GET/api/persons/:slug
Get details for a specific person by slug
GET/api/companies
List all companies in the database
GET/api/companies/:slug
Get details for a specific company by slug
GET/api/events
List all events in the database
GET/api/connections
List connections between entities
GET/api/search
Search across all entity types
GET/api/graph
Get network graph data for visualization
Rate Limiting
The API is rate-limited to 100 requests per minute per IP address. For higher limits, please contact us.