API Forge
API Forge OpenAPI
1 subscribers
9/10 popularity
31 ms avg latency
94% success rate
100 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
API Forge endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
csvToJson /transform/csv-to-json |
|
| POST |
jsonToCsv /transform/json-to-csv |
|
| POST |
flattenJson /transform/flatten |
|
| POST |
markdownToHtml /transform/markdown-to-html |
|
| POST |
wordCount /text/word-count |
|
| POST |
generateString /generate/string |
|
| GET |
getHealth /health |
|
| POST |
validateJson /validate/json |
|
| GET |
getRandomColor /generate/color |
|
| GET |
getUuid /uuid |
|
| POST |
extractEmails /text/extract-emails |
|
| POST |
jwtDecode /decode/jwt |
|
| POST |
slugify /text/slugify |
|
| POST |
validateEmail /validate/email |
|
| GET |
getRandomIpv6 /generate/ipv6 |
|
| POST |
hashText /hash |
|
| POST |
generatePassword /generate/password |
|
| POST |
stripHtml /text/strip-html |
|
| POST |
generateNumber /generate/number |
|
| GET |
getRandomUserAgent /generate/user-agent |
|
| GET |
getRandomIpv4 /generate/ipv4 |
|
| POST |
generateLorem /generate/lorem |
|
| POST |
validateUrl /validate/url |
|
| POST |
base64Decode /decode/base64 |
|
| POST |
textDiff /text/diff |
|
| POST |
truncateText /text/truncate |
|
| POST |
validateCreditCard /validate/credit-card |
|
| POST |
base64Encode /encode/base64 |
|
| POST |
extractUrls /text/extract-urls |
|
| POST |
unflattenJson /transform/unflatten |
|
| POST |
csvToJson /transform/csv-to-json |
Parse CSV text into a JSON array of objects. First row is treated as headers. |
| POST |
flattenJson /transform/flatten |
Flatten a nested JSON object into dot-notation keys. Custom separator supported. |
| POST |
markdownToHtml /transform/markdown-to-html |
Convert Markdown text to HTML. Supports headers, bold, italic, links, code blocks, and lists. |
| POST |
unflattenJson /transform/unflatten |
Convert a flat dot-notation object back into nested structure. |
| POST |
jsonToCsv /transform/json-to-csv |
Convert a JSON array of objects to CSV format. Handles nested values, escapes commas and quotes. |
| POST |
generateNumber /generate/number |
Generate a random number within a range. Supports decimal precision. |
| POST |
generateLorem /generate/lorem |
Generate Lorem Ipsum placeholder text. Choose paragraphs, sentences, or words. |
| GET |
getRandomIpv6 /generate/ipv6 |
Generate a random valid IPv6 address. |
| POST |
generateString /generate/string |
Generate a random string of specified length. Supports charsets: alphanumeric, hex, alpha, numeric. |
| POST |
jsonStats /json/stats |
Analyze a JSON structure: count keys, arrays, depth, nesting level, and estimated byte size. |
| GET |
getRandomColor /generate/color |
Generate a random color in HEX, RGB, or HSL format. |
| POST |
jsonQuery /json/query |
Query a JSON object by dot-notation path (e.g., "user.address.city"). Supports array indices. |
| POST |
cidrContains /ip/cidr-contains |
Check if an IP address falls within a CIDR range (e.g., 192.168.1.0/24). |
| POST |
colorHexToRgb /color/hex-to-rgb |
Convert a hex color code (#RGB or #RRGGBB) to RGB values. |
| GET |
getRandomUserAgent /generate/user-agent |
Generate a random realistic browser User-Agent string. |
| POST |
generatePassword /generate/password |
Generate a secure random password. Options: length, include/exclude uppercase, lowercase, numbers, symbols. |
| GET |
getRandomIpv4 /generate/ipv4 |
Generate a random valid IPv4 address. |
| POST |
jsonDiff /json/diff |
Compare two JSON objects and list all differences: additions, removals, and value changes. |
| POST |
jsonMinify /json/minify |
Minify JSON by removing all whitespace. Accepts string or object input. |
| POST |
ipValidate /ip/validate |
Validate an IP address. Returns version (4/6), type (public/private/loopback), and validity. |
+ 50 more endpoints on the provider's documentation.
API Forge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|