Request
GET /api/v1/countries/ZAPublic API infrastructure
Simple, reliable APIs for useful public information — free to use.
Free access No API key Developer friendly
/api/v1/time?timezone=Africa/Johannesburg{
"success": true,
"data": {
"timezone": "Africa/Johannesburg",
"datetime": "2026-08-31T14:28:00+02:00",
"utc_offset": "+02:00"
}
}Directory / v1
One clean exchange
GET /api/v1/countries/ZA{
"name": "South Africa",
"iso2": "ZA"
}Use predictable JSON anywhere your application needs it.
Works where you work
Standard HTTP. Consistent JSON. No client library required.
curl 'https://informantion.com/api/v1/time?timezone=Africa/Johannesburg'Principles
The live endpoints require no account or API key.
Stable routes, consistent envelopes, and clear errors.
Inputs are processed to answer requests, not build profiles.
Infrastructure status
Live health endpoint