FluentEDI Web API

Web and network

Operations 18

GET /v1/url/parse Parse, normalise or resolve a URL and break out its query parameters #
POST /v1/url/parse Parse, normalise or resolve a URL and break out its query parameters #
GET /v1/url/scan Detect credentials, tokens and personal data leaking in a URL, and return a… #
POST /v1/url/scan Detect credentials, tokens and personal data leaking in a URL, and return a… #
GET /v1/secret/scan Find credentials and personal data in text, and return a redacted copy safe to… #
POST /v1/secret/scan Find credentials and personal data in text, and return a redacted copy safe to… #
GET /v1/http/check Check whether a URL is still live: status, redirect chain, and whether a… #
POST /v1/http/check Check whether a URL is still live: status, redirect chain, and whether a… #
GET /v1/http/assert Verify a URL actually returns what you expected — status, headers, JSON values… #
POST /v1/http/assert Verify a URL actually returns what you expected — status, headers, JSON values… #
GET /v1/dns/lookup Resolve DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA and more) #
POST /v1/dns/lookup Resolve DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA and more) #
GET /v1/net/inspect Report the caller's IP, geolocation, network and TLS details as seen from the… #
POST /v1/net/inspect Report the caller's IP, geolocation, network and TLS details as seen from the… #
GET /v1/domain/lookup WHOIS for a domain or IP: registration and expiry dates, registrar… #
POST /v1/domain/lookup WHOIS for a domain or IP: registration and expiry dates, registrar… #
GET /v1/email/validate Validate an email address: syntax, whether the domain can receive mail (MX)… #
POST /v1/email/validate Validate an email address: syntax, whether the domain can receive mail (MX)… #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/fluentedi-web-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

fluentedi-web-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: FluentEDI Web API
  version: 1.1.0
  summary: Deterministic tools for AI agents. No key, no signup, no SDK.
  description: 'A public HTTP API of deterministic tools for the work a language model cannot do reliably by reasoning: knowing the current time in any timezone and whether an instant falls inside a window, exact arithmetic, hashing and signature verification, canonicalizing and content-addressing JSON, repairing malformed JSON and pinpointing where it broke, querying and diffing structured data, parsing CSV correctly, converting units, colours and currencies at live ECB rates, testing regular expressions…'
  license:
    name: Free to use
    identifier: MIT
servers:
- url: https://fluentedi.com
tags:


# --- truncated at 32 KB (39 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/fluentedi/refs/heads/main/openapi/fluentedi-web-api-openapi.yml