Education
Wikiversity logo

Wikiversity API

wikiversity.org

Wikiversity - subjects, schools, courses, and lesson pages.

Actions
8
Category
Education
Login
Not required
Output
JSON

Call the Wikiversity API

Submit a task, then poll the job until it settles. This example runs act_wikiversity_org_course_category_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_wikiversity_org_course_category_listing",
    "params": {
      "category_slug": "Category:Science_courses"
    }
  }'

8 actions on wikiversity.org

Read

  • Course Category Listing

    act_wikiversity_org_course_category_listingread1 credit / call

    Returns courses and resources within a subject category.

    category_slug
    string · required
  • Course Listing

    act_wikiversity_org_course_listingread1 credit / call

    Returns a school's course listing with linked lessons and resources.

    course_listing_slug
    string · required
  • Lesson Page

    act_wikiversity_org_lesson_pageread1 credit / call

    Returns a lesson page with title, section headings, and material links.

    wiki_page_slug
    string · required
    wprov
    string
  • School Portal

    act_wikiversity_org_school_portalread1 credit / call

    Returns a school portal page with divisions, resources, and course links.

    school_slug
    string · required
  • Search Autocomplete

    act_wikiversity_org_search_autocompleteread2 credits / call

    Returns matching page title suggestions for a search query, with IDs and descriptions.

    search_query
    string · required
    cirrus_user_test
    string · required
    limit
    integer
  • Search Results

    act_wikiversity_org_search_resultsread2 credits / call

    Searches full text and returns result titles, URLs, and snippets.

    search_query
    string · required
  • Subject Browse Index

    act_wikiversity_org_subject_browse_indexread1 credit / call

    Returns the full index of subject portals and schools.

  • Subject Portal

    act_wikiversity_org_subject_portalread1 credit / call

    Returns a subject portal with divisions, categories, and resource entry points.

    subject_portal_slug
    string · required

Wikiversity API questions

Is there an API for Wikiversity?
Wikiversity does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for wikiversity.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Wikiversity data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when wikiversity.org changes its markup, Anakin updates the action.
Do I need a Wikiversity account?
No. Every Wikiversity action listed here runs anonymously — no account and no credentials required.
What does the Wikiversity API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Education APIs

All Education sites