Public API infrastructure

Information,
available by request.

Simple, reliable APIs for useful public information — free to use.

Free access No API key Developer friendly

Live requestJSON
GET/api/v1/time?timezone=Africa/Johannesburg
{
  "success": true,
  "data": {
    "timezone": "Africa/Johannesburg",
    "datetime": "2026-08-31T14:28:00+02:00",
    "utc_offset": "+02:00"
  }
}
200 OKapplication/json
REQUESTRECEIVEBUILD

One clean exchange

Request. Receive. Build.

01

Request

GET /api/v1/countries/ZA
02

Receive

{
  "name": "South Africa",
  "iso2": "ZA"
}
03

Build

Use predictable JSON anywhere your application needs it.

Works where you work

A request is all it takes.

Standard HTTP. Consistent JSON. No client library required.

curl 'https://informantion.com/api/v1/time?timezone=Africa/Johannesburg'

Principles

Less interface. More information.

01

Open by default

The live endpoints require no account or API key.

02

Predictable

Stable routes, consistent envelopes, and clear errors.

03

Private

Inputs are processed to answer requests, not build profiles.

Infrastructure status

Measured, not manufactured.

Full status
Awaiting check

Live health endpoint

Measured from this browser