Documentation

Everything you need to integrate Crimate APIs into your application.

Quick Start

  1. 1. Create an account Sign up free. Every product includes a free tier.
  2. 2. Generate an API key — Go to Dashboard → API Keys and create a key for the product you want to use.
  3. 3. Make your first request — Include your key in the Authorization header:
curl -H "Authorization: Bearer db_cipc_live_YOUR_KEY" \
     https://api.crimate.net/v1/cipc/stats

Authentication

All API requests require a valid API key. Pass it via the Authorization header or X-API-Key header.

Authorization: Bearer db_cipc_live_aBcDeFgH1234...

# OR

X-API-Key: db_cipc_live_aBcDeFgH1234...

API keys are scoped to a single product. A CIPC key cannot access Tax endpoints.

API Products

CIPC Company Registry

Live

South African company search, verification, director lookups, and filing history.

SA Tax & Fiscal Reference

Live

SARS tax brackets, rebates, thresholds, and income tax calculation endpoints.

SAPS Crime Statistics

Live

Crime data by police station, category, and geographic region.

Global Charity Verification

Live

Nonprofit and charity verification across US, UK, and South Africa.

Global Food Price Index

Live

Food price indices, commodity prices, and trends across 80+ countries.

Water Quality Data

Live

Water quality measurements, contaminant levels, and WHO compliance checks.

African Agricultural Pricing

Live

Crop prices, market data, and seasonal trends across African markets.

African Livestock Pricing

Live

Livestock auction prices and market data across African markets.

Global Product Recall

Live

Product safety recalls and hazard alerts from FDA, CPSC, RASFF, and NRCS.

African Healthcare Facilities

Live

Hospital locations, services, capacity, and proximity search across Africa.

Global Rent & Housing Prices

Live

Rental prices, housing indices, and affordability metrics by city.

Drug Interaction Database

Live

Drug interactions, side effects, and contraindications.

Global Trade Tariff

Live

HS codes, tariff rates, trade agreements, and duty calculations.

Academic Curriculum

Live

Curriculum standards, learning outcomes, and subject structures.

SA Property & Deeds Registry

Live

Property records, ownership history, valuations, and transfers.

Construction Material Pricing

Live

Building material prices, indices, and regional comparisons.

SA Public Transport

Live

Routes, stops, schedules, and fares for South African public transport.

Pan-African Regulatory

Live

Regulations, compliance requirements, and policy data across Africa.

Immigration & Visa Requirements

Live

Visa requirements, processing times, and policy updates.

Spaza Shop Registry

Live

Spaza shop registrations, inspections, and compliance data.

Unified Utility Outage

Live

Power outages, loadshedding schedules, and water interruptions.

Professional License Verification

Live

License verification across medical, legal, engineering, and more.

Error Codes

HTTP StatusError CodeMeaning
401unauthorizedMissing or invalid API key
403product_mismatchAPI key is for a different product
403subscription_inactiveSubscription expired or cancelled
404not_foundResource does not exist
429rate_limit_exceededToo many requests per minute
429quota_exceededDaily or monthly quota exceeded
500internal_errorServer error (contact support)