Discover/verbformen.com API
live

verbformen.com APIverbformen.com

Access German word data from Verbformen.com: CEFR levels (A1-C2), grammatical categories, IPA pronunciations, translations, and detail URLs via one search endpoint.

Endpoints
1
Updated
14d ago
Try it
Exact CEFR level filter. Accepted values: A1, A2, B1, B2, C1, C2.
Maximum number of results to return. Omitting returns all matching results.
Search keyword or starting letter (e.g. 'haben', 'A'). Omitting returns all words at the g
api.parse.bot/scraper/32c65e70-02a1-4a5e-9910-513b48a477f5/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/32c65e70-02a1-4a5e-9910-513b48a477f5/search?level=A1&limit=10&query=gehen' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Search for German words by keyword and/or exact CEFR level (A1-C2). The level parameter is an exact match filter; a word only appears in results if it is classified at that specific level. Returns grammatical info, translations, IPA pronunciations, and detail URLs. Results may be empty if no words match the query at the specified level.

Input
ParamTypeDescription
levelstringExact CEFR level filter. Accepted values: A1, A2, B1, B2, C1, C2.
limitintegerMaximum number of results to return. Omitting returns all matching results.
querystringSearch keyword or starting letter (e.g. 'haben', 'A'). Omitting returns all words at the given level.
Response
{
  "type": "object",
  "fields": {
    "data": "array of word objects each containing word, level, category, translations, ipa, and url",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "ipa": [
          "/ˈhaːbən/",
          "/hat/"
        ],
        "url": "https://www.verbformen.com/conjugation/haben.htm",
        "word": "haben",
        "level": "A1",
        "category": "verb",
        "translations": [
          "have",
          "possess",
          "have with one",
          "be available"
        ]
      }
    ],
    "status": "success"
  }
}

About the verbformen.com API

The Verbformen.com API exposes German vocabulary data through a single search endpoint that returns up to 6 response fields per word — including CEFR level, grammatical category, IPA pronunciation, translations, and a direct detail URL. You can filter by exact proficiency level (A1 through C2), search by keyword or starting letter, and control result volume with a limit parameter, making it straightforward to build vocabulary tools, flashcard systems, or language-learning pipelines.

What the API Returns

The search endpoint returns an array of word objects, each carrying: word (the German term), level (CEFR classification: A1–C2), category (grammatical type such as noun, verb, or adjective), translations (English equivalents), ipa (International Phonetic Alphabet transcription), and url (a link to the full Verbformen.com entry for that word). The status field at the top level confirms whether the request succeeded.

Filtering and Querying

The search endpoint accepts three optional parameters. query accepts a keyword — a full word like haben or a starting letter like A — and filters results to matching entries. level applies an exact-match CEFR filter; specifying B1 returns only words classified at B1, not adjacent levels. limit caps the number of returned word objects; omitting it returns all matching results, which can be a large set when filtering by level alone without a query string.

Coverage and Scope

Verbformen.com classifies German vocabulary across all six CEFR bands (A1, A2, B1, B2, C1, C2). The API reflects this classification directly, so each word object has a discrete, queryable level rather than a score or range. IPA data enables phonetic features in language-learning apps without requiring a separate pronunciation source. The url field points to Verbformen.com's detail page for each entry, where conjugation tables and additional grammar notes are available — though that detail-page content is not returned by the current API.

Common use cases
  • Generate graded vocabulary lists for each CEFR level to feed into spaced-repetition flashcard decks.
  • Filter German words by level to build level-appropriate reading exercises for A1–C2 learners.
  • Use the ipa field to add pronunciation guides to language-learning apps without a separate phonetics database.
  • Look up translations and category to auto-tag imported word lists with part-of-speech and English meaning.
  • Build a vocabulary difficulty checker that classifies user-submitted German text by querying each word's CEFR level.
  • Populate autocomplete suggestions in a German tutoring app by querying words starting with a given letter via the query parameter.
  • Export structured vocabulary data (word, level, translation) for curriculum design or academic research on German learner vocabulary.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Verbformen.com have an official developer API?+
Verbformen.com does not publish an official public developer API. This Parse API provides structured access to the vocabulary and grammar data available on the site.
How does the `level` filter behave — does it return words at or below a given CEFR level?+
The level parameter is an exact match. Passing B1 returns only words classified at B1; it does not include A1 or A2 words. To collect vocabulary across multiple levels, send separate requests for each level value you need.
Does the API return conjugation tables or full declension data for German words?+
Not currently. The search endpoint returns the base word form, grammatical category, CEFR level, translations, and IPA — it does not include conjugation paradigms or declension tables. The url field points to each word's Verbformen.com detail page where that information appears. You can fork this API on Parse and revise it to add an endpoint that retrieves conjugation or declension data from the detail page.
What happens if I omit both `query` and `level`?+
Both parameters are optional, but omitting both may return the full word dataset. Using limit is advisable in that case to avoid unexpectedly large responses. Combining query and level together narrows results to words that match the keyword AND belong to that exact CEFR band.
Is audio or spoken pronunciation data available alongside the IPA field?+
Not currently. The API provides IPA transcriptions in the ipa field but does not return audio file URLs or speech data. You can fork this API on Parse and revise it to add audio URL retrieval if that data is accessible on the source pages.
Page content last updated . Spec covers 1 endpoint from verbformen.com.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
Verbformen.com API – German Vocabulary & Grammar · Parse