zapi.
APISPRICINGDOCSMCP
GitHub
zapi.
APISPRICINGDOCSMCP
GitHub
← Autocomplete
Logo Wikipedia Autocomplete

Wikipedia Autocomplete

Wikipedia article autocomplete from the OpenSearch action. Matches titles by prefix, not phrases.

2endpoints145requests

▸ Query parameters

Sent as a URL query string
qstringRequired

Title prefix to complete

langstringOptional

Wikipedia edition, e.g. id, en, jv. Default id

countnumberOptional

Maximum titles. Default 10, max 50

Endpoints

Select an endpoint to explore

2

Details

Endpoint metadata

Category
Autocomplete →
Cache TTL
600s
Params
3
Requests
145
Last update
5 hours ago
LLM reference
llms.txt

Full reference

2 endpoints · plain text
GETAutocomplete/v1/autocomplete:wikipedia-autocomplete/autocompleteArticle titles matching a prefix.

Parameters

qstringrequired
Title prefix to complete
langstringoptional
Wikipedia edition, e.g. id, en, jv. Default id
countnumberoptional
Maximum titles. Default 10, max 50

Request

curl -X GET "https://api.zpi.web.id/v1/autocomplete:wikipedia-autocomplete/autocomplete?q=kucing&lang=id&count=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "url": "https://id.wikipedia.org/wiki/Kucing",
      "text": "Kucing"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_emas",
      "text": "Kucing emas"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_persia",
      "text": "Kucing persia"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_Schr%C3%B6dinger",
      "text": "Kucing Schrödinger"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucingan_(tumbuhan)",
      "text": "Kucingan (tumbuhan)"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_siam",
      "text": "Kucing siam"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_pallas",
      "text": "Kucing pallas"
    },
    {
      "url": "https://id.wikipedia.org/wiki/Kucing_liar_eropa",
      "text": "Kucing liar eropa"
    }
  ],
  "query": "kucing",
  "locale": "id",
  "provider": "wikipedia"
}
GETExpand/v1/autocomplete:wikipedia-autocomplete/expandWalk the title index — the prefix with every letter appended, deduplicated.

Parameters

qstringrequired
Seed to expand
modifiersenumoptional
Which modifier sets to append. Default all Values: all, alphabet, questions, prepositions, digits.
langenumoptional
Language for the question and preposition sets. Default id Values: id, en.
countnumberoptional
Cap the returned list. Default: every unique result found

Request

curl -X GET "https://api.zpi.web.id/v1/autocomplete:wikipedia-autocomplete/expand?q=kucing&modifiers=all&lang=id&count=200" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "seed": "kucing",
  "count": 88,
  "items": [
    {
      "via": "seed",
      "text": "Kucing"
    },
    {
      "via": "seed",
      "text": "Kucing emas"
    },
    {
      "via": "seed",
      "text": "Kucing persia"
    },
    {
      "via": "seed",
      "text": "Kucing Schrödinger"
    },
    {
      "via": "seed",
      "text": "Kucingan (tumbuhan)"
    },
    {
      "via": "seed",
      "text": "Kucing siam"
    },
    {
      "via": "seed",
      "text": "Kucing pallas"
    },
    {
      "via": "seed",
      "text": "Kucing liar eropa"
    }
  ],
  "locale": "id",
  "provider": "wikipedia",
  "modifiers": "alphabet",
  "truncated": false,
  "variantsTried": 27,
  "variantsFailed": 16
}
▸ Related

More from this category

Logo Google Autocomplete

Google Autocomplete

autocomplete/google

Google's suggestion lists across five surfaces — web, YouTube, Images, local and Scholar. The same endpoint returns a different universe per surface.

1.6K·6·1800s
Logo TikTok Autocomplete

TikTok Autocomplete

autocomplete/tiktok

TikTok search suggestions — video-culture vocabulary the search engines do not surface.

278·2·1800s
Logo Amazon Autocomplete

Amazon Autocomplete

autocomplete/amazon

Amazon search-box suggestions across eight marketplaces — buying intent rather than information intent.

201·2·1800s
Logo Yandex Autocomplete

Yandex Autocomplete

autocomplete/yandex

Yandex search suggestions. The index is Russian-centric; other languages return fewer or no completions.

140·2·1800s
Logo Bing Autocomplete

Bing Autocomplete

autocomplete/bing-autocomplete

Bing search autocomplete, with relevance scores.

201·2·1800s
Logo IMDb Autocomplete

IMDb Autocomplete

autocomplete/imdb-autocomplete

IMDb title and name autocomplete — returns records with ids, years, posters and cast, not just query strings.

92·2·1800s
Major outage
zapi. — Public REST API catalog. No fabricated numbers.
TermsPrivacyAUP© 2026