Kata a member has created
API · /codewars-api
Codewars API
Live profile, ranking and challenge data from Codewars, the competitive-programming community where developers level up by solving "kata". Get a member's whole standing — honor points, overall rank as a Codewars kyu/dan grade with its score, the per-language ranks they hold, their clan, their global leaderboard position and how many kata they have completed and authored. Pull the paginated list of kata a member has solved with the languages they used, the kata a member has created with rank and popularity, or any code challenge in full — its category, difficulty, tags, available languages and community stats (total completed, attempts, stars and vote score). Live, no key, nothing stored. Distinct from Codeforces, GitHub and Stack Exchange APIs — this is the Codewars honor, kyu-rank, clan, leaderboard and kata-challenge graph. Perfect for developer leaderboards, coding-community, gamification, portfolio and recruiting apps.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 608 ms
- Server probes · 24h
- Subscribers
- 3,130
- active
- Total calls
- 16
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 9,000 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 9k calls/month
- 2 req/sec
- User + completed + authored + kata
- No credit card
Starter
€5.00 /month
- 170,000 calls / month
- 6 requests / second
- Hard cap (429 above quota, no overage)
- 170k calls/month
- 6 req/sec
- Email support
Pro
€17.00 /month
- 1,100,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 1.1M calls/month
- 15 req/sec
- Priority support
Business
€41.00 /month
- 5,600,000 calls / month
- 35 requests / second
- Hard cap (429 above quota, no overage)
- 5.6M calls/month
- 35 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
LeetCode API
Live data from LeetCode, the largest coding-interview and competitive-programming community: a member's coding profile (global ranking, reputation, country, problems solved split by easy/medium/hard, total submissions and badges), their competitive standing (contest rating, global ranking, contests attended, top percentage), their activity (current solving streak, total active days, submissions over the past year) and LeetCode's daily coding challenge (today's problem, difficulty, acceptance rate and topic tags).
api.oanor.com/leetcode-api
Launchpad API
Live project, people and release data from Launchpad, Canonical's open-source collaboration platform and the home of Ubuntu, via its public REST API. Launchpad is built around free-software projects, the teams that maintain them and the people in those teams. Get a project's profile — its title and summary, homepage, the licences it is released under, when it was registered and whether it tracks bugs, answers and translations on Launchpad. Resolve any Launchpad name to a person or a team, with its display name, whether it is a team, when it joined and its self-description. Pull a team's membership — the people and sub-teams that make up an open-source community. Get a project's released versions with their dates. Live, no key, nothing stored. Distinct from GitHub, GitLab, Codeberg and SourceForge forge APIs — this is Launchpad's project registry, its teams and its people. Perfect for open-source-directory, packaging, release-tracking and developer-community apps.
api.oanor.com/launchpad-api
SourceForge API
Live project, release and download data from SourceForge, the original open-source software forge and download host. Unlike a git forge, SourceForge is built around distributing release binaries to the world, so its signature data is who downloads what, from where. Get a project's profile — its name, summary, status, creation date, homepage, the categories it is filed under and its developer count. Pull the download statistics for a date range — the total, the daily series and the breakdown by operating system. See where in the world a project is downloaded, the per-country download counts that no git forge exposes. Get the project's best current release with its file, version, size and date, plus the recommended download for Windows, macOS and Linux. Live, no key, nothing stored. Distinct from GitHub, GitLab and Codeberg git-forge APIs and from package registries — this is SourceForge's project directory and its global download analytics. Perfect for software-directory, release-tracking, download-analytics and developer apps.
api.oanor.com/sourceforge-api
Inflector API
English word inflection as an API. Pluralize or singularize any word — correctly handling the irregulars that trip up naive code (person ↔ people, cactus ↔ cacti, goose ↔ geese, analysis ↔ analyses, and uncountables like sheep and series). Get count-aware inflection ("1 item" vs "3 items", optionally with the number included), and check whether a given word is already singular or plural. Everything is computed locally, so it is instant and always available. Ideal for ORMs and code generators, REST resource naming, UI labels and notifications ("3 result(s)"), search and autocomplete, and any app that turns counts into correct grammar. For case styles and URL slugs, use the Text API.
api.oanor.com/inflector-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Codewars API?
What's the rate limit for Codewars API?
How much does Codewars API cost?
Can I cancel my subscription anytime?
Is Codewars API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/codewars-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/codewars-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/codewars-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/codewars-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.