Discover/en.wikipedia.org API
live

en.wikipedia.org APIen.wikipedia.org

Extract structured awards, honors, and achievements from any Wikipedia article. Returns award names and years from infoboxes, dedicated sections, and bullet lists.

Endpoints
1
Updated
3h ago
Last verified
Try it
Wikipedia article title as it appears in the URL path (e.g. 'Jeremiah_Smith_(American_football)', 'Tom_Brady'). Spaces can be underscores or literal spaces.
api.parse.bot/scraper/67fe322a-f478-44fe-879c-6852bc42fb50/<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/67fe322a-f478-44fe-879c-6852bc42fb50/get_awards?article_title=Jeremiah_Smith_%28American_football%29' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 1 totalclick to expand

Extract the awards, honors, and achievements from a Wikipedia article. Parses the article's wikitext to find awards listed in the infobox, a dedicated Awards/Honors section, or standalone bullet lists. Returns a structured list of awards with their associated year(s). Works best with biographical articles for athletes, entertainers, and public figures that list accomplishments.

Input
ParamTypeDescription
article_titlerequiredstringWikipedia article title as it appears in the URL path (e.g. 'Jeremiah_Smith_(American_football)', 'Tom_Brady'). Spaces can be underscores or literal spaces.
Response
{
  "type": "object",
  "fields": {
    "total": "integer - number of awards found",
    "awards": "array of award objects with 'award' (string) and 'year' (string or null)",
    "article_title": "string - canonical article title as returned by Wikipedia"
  },
  "sample": {
    "data": {
      "total": 8,
      "awards": [
        {
          "year": "2024",
          "award": "CFP national champion"
        },
        {
          "year": "2025",
          "award": "Rose Bowl Offensive MVP"
        },
        {
          "year": "2025",
          "award": "Unanimous All-American"
        },
        {
          "year": "2024",
          "award": "First-team All-American"
        },
        {
          "year": "2024, 2025",
          "award": "2× Big Ten Receiver of the Year"
        },
        {
          "year": "2024",
          "award": "Big Ten Freshman of the Year"
        },
        {
          "year": "2024, 2025",
          "award": "2× First-team All-Big Ten"
        },
        {
          "year": "2023",
          "award": "All-American Bowl Player of the Year"
        }
      ],
      "article_title": "Jeremiah Smith (American football)"
    },
    "status": "success"
  }
}

About the en.wikipedia.org API

The Wikipedia Awards API exposes 1 endpoint — get_awards — that returns a structured list of awards, honors, and achievements parsed from any English Wikipedia article. Each response includes the total count of awards found, an array of award objects with name and associated year, and the canonical article title. Point it at athletes, politicians, scientists, or any notable subject covered in Wikipedia.

What the API returns

The get_awards endpoint accepts a single required parameter, article_title, which is the Wikipedia article slug exactly as it appears in the URL (e.g., Jeremiah_Smith_(American_football) or Tom_Brady). The response contains three fields: total (an integer count of awards found), awards (an array of objects each holding an award string and a year string or null), and article_title (the canonical title as resolved by Wikipedia).

Coverage and source locations

The endpoint looks for awards data in multiple places within an article: the infobox fields, a dedicated Awards or Honors section, and standalone bullet lists used for career accolades. When year data is associated with an award in the source article, it is returned in the year field; when no year is present, that field returns null. The total field gives you a quick count without iterating the full array.

Practical notes

Article titles are case-sensitive and must match the Wikipedia URL path segment, including any disambiguation suffixes in parentheses. Articles that do not contain recognizable awards content will return an empty awards array with total set to 0. Wikipedia content is community-maintained, so coverage and formatting varies by article — a well-maintained athlete or musician page will yield more structured data than a stub article.

Common use cases
  • Pull career accolades for a sports player to display alongside stats on a fan or fantasy platform
  • Aggregate award histories across multiple Wikipedia articles to build a recognition dataset for public figures
  • Check whether a specific award (e.g., Heisman Trophy) appears in an athlete's article by scanning the returned awards array
  • Populate an honors section on an auto-generated biography page using the structured award and year fields
  • Compare award counts across articles using the total field to rank figures in a domain by recognition
  • Monitor changes in award coverage for a notable person by periodically calling get_awards and diffing results
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 Wikipedia have an official developer API?+
Yes. The Wikimedia foundation provides the MediaWiki Action API at https://www.mediawiki.org/wiki/API:Main_page and the newer REST API at https://www.mediawiki.org/wiki/API:REST_API. Those APIs return raw wikitext or unstructured HTML; they do not return structured award data directly.
What does the `year` field return when an award has a date range or multiple years?+
The year field is a string, so it can hold a range like '2022–2024' or multiple values if that is how the year is represented in the article. When no year information is associated with the award, year returns null.
Does the API return non-award biographical data like career statistics or playing positions?+
Not currently. The API covers only awards, honors, and achievements — the awards array, total count, and article_title. Career statistics, biographical details, infobox fields unrelated to awards, and section text are not returned. You can fork it on Parse and revise to add the missing endpoint.
Can I query multiple Wikipedia articles in a single request?+
Not currently. The get_awards endpoint accepts one article_title per call. You can fork it on Parse and revise to add a batch endpoint that accepts an array of article titles.
How fresh is the data returned by the endpoint?+
Wikipedia is a live, community-edited encyclopedia, so article content can change at any time. The endpoint reflects the current published state of the article at the time of the request. There is no historical snapshot or change-detection mechanism built into the response.
Page content last updated . Spec covers 1 endpoint from en.wikipedia.org.
Related APIs in OtherSee all →
maersk.com API
Track your Maersk shipping containers in real-time, monitor vessel schedules and locations, and discover available routes between ports and countries. Access comprehensive port data, search for specific locations, and view detailed shipping route information to plan your logistics more effectively.
pexels.com API
Search and browse millions of free stock photos and videos on Pexels. Access trending content, photographer galleries, photo/video challenges, and search suggestions via a clean API.
powerball.com API
Check the latest Powerball drawing results, historical winning numbers, current jackpot amounts, and prize information all in one place. Browse past draws by date, view odds and prize breakdowns, and explore stories from winners to stay informed about your favorite lottery game.
pageviews.wmcloud.org API
Access Wikipedia pageview analytics across articles, languages, and time periods. Retrieve per-article view counts, top-viewed pages, cross-language traffic breakdowns, site-wide aggregates, category-level mass analysis, redirect traffic attribution, user contribution metrics, and Wikimedia Commons media request counts.
megamillions.com API
Check the latest Mega Millions winning numbers and jackpot amounts, browse historical drawings, and discover the top jackpots across participating lottery states. Stay updated on lottery results and track winning combinations whenever you need them.
lotteryusa.com API
Check the latest winning numbers and jackpot amounts across all US lotteries, and view detailed prize breakdowns by state and game. Stay updated on lottery results instantly without visiting multiple lottery websites.
identify.plantnet.org API
Identify and explore plant species by searching through Pl@ntNet's comprehensive botanical database to access detailed information like taxonomic families, genera, species descriptions, photos, and community observations. Track plant distributions, view contribution trends, and discover expert contributors within the platform's collaborative plant identification community.
cma-cgm.com API
Track shipping routes and vessel schedules across CMA CGM's 280+ shipping lines, including detailed port-to-port rotations, fleet information, and service specifics. Search for specific routes or browse complete shipping schedules to plan logistics and monitor maritime transportation options.