40 REST APIs · JSON over HTTPS

One catalog of production APIs.

Email validation, document parsing, DNS, IP intelligence, finance, and open data. Every API has clear docs, a sample response, and a free tier to start with.

GET /email-intelligence/v1/check200 OK · 41ms
$ curl api.apicodex.io/email-intelligence/v1/check \
    ?email=jane@startup.io

{
  "email": "jane@startup.io",
  "valid": true,
  "disposable": false,
  "mx_found": true,
  "risk_score": 0.04
}

How it works

From catalog to first call

01

Pick an API

Browse the catalog and read the endpoint docs and current plan.

02

Get a key on RapidAPI

RapidAPI manages your key, quota, and billing. Free tiers on most APIs.

03

Make the request

Start from the copy-paste examples, then call with your own data.

Ready when you are.

Most APIs include a free tier. Open an API page and subscribe on RapidAPI to make your first call in minutes.