Vowel Counter API

POST

Measure vowel and consonant distribution across any text.

Vowel Counter analyzes text to count vowels and consonants, providing detailed breakdowns and percentages for linguistic analysis.

Try it — live request, no key required

Request
POSTapi.apiverve.com/v1/vowelcounter
Body
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "vowels": 31,
    "consonants": 58,
    "totalLetters": 89,
    "vowelPercentage": 34.83,
    "consonantPercentage": 65.17,
    "vowelBreakdown": {
      "a": 8,
      "e": 11,
      "i": 3,
      "o": 7,
      "u": 2
    },
    "textLength": 110
  }
}

About the Vowel Counter API

Perfect for linguistic research, readability analysis, and educational applications requiring detailed phonetic character analysis.

What people use it for

Linguistic Analysis
Analyze vowel patterns and distributions in text for linguistic research
Readability Testing
Assess text complexity based on vowel-consonant ratios
Educational Tools
Create exercises for teaching phonetics and letter recognition
Text Statistics
Generate detailed character frequency reports for writing analysis

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Vowel Counter

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Vowel Counter API.

Read the docs
What is the maximum text length I can analyze in a single request?
You can submit passages up to 50,000 characters in a single call. This accommodates entire articles, essays, or book chapters in one request.
Do I get individual vowel breakdowns and percentages on the Free plan?
No. The Free plan provides basic totals for vowels, consonants, and total letters. Letter-by-letter counts for a, e, i, o, and u, percentage calculations, and total text length require any paid plan, starting with Starter.
How many text analyses does the Free plan cover?
The Free plan covers 100 analyses each month at 2 credits per call. Upgrading to Starter provides 200,000 credits each month, enough for 100,000 analyses, which works out to about $0.30 per 1,000 calls.
Does the API treat the letter Y as a vowel or a consonant?
The API counts standard English vowels: a, e, i, o, and u. Any other alphabetic letter, including y, is categorized as a consonant.
How does the API handle punctuation, spaces, and numbers?
Non-alphabetic characters are excluded from vowel, consonant, and total letter counts. However, overall character length, available on paid plans, counts every character in the string including whitespace and punctuation.

Ready to build with Vowel Counter? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs