Developer Integration
Access GTIXT data programmatically with live contract examples generated from active endpoints and public export routes.
Capabilities
Responses below are fetched in real time from production endpoints
Core public APIs are accessible without authentication
Consistent response envelopes for reliable integrations
Contracts reflect the deployed institutional data model
Connection
https://gtixt.comContracts
/api/index/latestGet the latest GTIXT index snapshot with all constituents
{
"success": false,
"error": "Live example unavailable"
}/api/firmsList all scored firms with optional pagination and sort
limitoffsetsort{
"success": true,
"count": 0,
"total": 0,
"firms": []
}/api/firms/:slugGet detailed data for a specific firm by slug
{
"success": false,
"error": "Firm sample not available"
}/api/rankingsGet ranked firms with filters and pagination
limitoffsetqjurisdictionrisk{
"success": true,
"count": 0,
"total": 0,
"data": []
}/api/researchGet research feed generated from institutional documentation
{
"success": true,
"count": 0,
"data": []
}/api/data/exports/:datasetDownload public GTIXT export packages in JSON or CSV format
format{
"success": false,
"error": "Export example unavailable"
}Ops Guidance