APIs Free Credits Features Developers Terms Privacy Refund Policy Open Kodexis
Developer APIs for data & automation

Build faster with powerful APIs.

Access data, automate workflows and build products without spending your time fighting with scraping infrastructure.

request.sh
$ curl https://api.kodexis.store/reddit/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G \
  --data-urlencode "subreddit=technology"

{
  "success": true,
  "data": [...]
}
Built for developers who need data without unnecessary complexity.
REST APIs JSON responses API keys Usage-based credits Developer friendly
TRY KODEXIS

Start with free API credits.

Create your developer account and get free credits to test Kodexis APIs before adding funds. No payment required to get started.

✓ Test real API requests ✓ No credit card required ✓ Try available APIs
FREE
API credits
to get started
Available after registration
APIs

Everything you need to build data-driven products.

Ready-to-use APIs for accessing public data, extracting information and automating repetitive workflows.

Reddit API

Access posts, comments, users, subreddits, search results, moderators and other Reddit data through a simple REST interface.

Explore API →
M

Medium API

Retrieve articles, authors, publications, tags, followers and other Medium content for your applications.

Explore API →
🚆

Indian Railway API

Train information, routes, schedules, stations, availability and railway data through developer-friendly endpoints.

Explore API →

Email Extraction

Extract publicly available email addresses and contact information from web pages and websites.

Explore API →

Business Data

Collect business information, ratings, reviews and location data for lead generation and research.

Explore API →
+

More APIs

New APIs are continuously being added. Build your own workflow using the APIs available in your Kodexis account.

View platform →
PLATFORM

Designed around developers.

No complicated infrastructure. No unnecessary SDKs. Just straightforward APIs and predictable responses.

Simple REST APIs

Use standard HTTP requests and receive structured JSON responses.

🔑

One API Key

Manage your access and usage from a single developer account.

💳

Credit Based

Use credits according to your actual API consumption.

📊

Usage Tracking

Keep track of API usage and account activity.

🧩

Easy Integration

Works with Python, PHP, JavaScript, cURL and virtually any language.

🚀

Built for Automation

Connect Kodexis to your scripts, applications and workflows.

📦

Structured Data

Get machine-readable responses instead of parsing messy pages yourself.

🌐

Cloud Based

Call your APIs from your application, server or automation platform.

DEVELOPERS

From idea to API call in minutes.

Create an account, claim your free credits, generate your API key and start making requests. Kodexis handles the underlying data infrastructure.

Open developer platform →
example.py
import requests

url = "https://api.kodexis.store/reddit/posts"

headers = {
    "Authorization":
    "Bearer YOUR_API_KEY"
}

params = {
    "subreddit": "technology",
    "limit": 10
}

response = requests.get(
    url,
    headers=headers,
    params=params
)

data = response.json()

print(data)
GET STARTED

Build something with Kodexis.

Create your account, claim your free credits, and make your first API request.

Claim your free credits →