Health
Arthritis logo

Arthritis API

arthritis.org

Arthritis reference - types, treatment guides, symptom articles, and local resources.

Actions
11
Category
Health
Login
Not required
Output
JSON

Call the Arthritis API

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

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_arthritis_org_article_content_ssr",
    "params": {
      "article_path": "/news/stories-of-yes/jim-klososkys-gout-journey"
    }
  }'

11 actions on arthritis.org

Read

  • Article Content

    act_arthritis_org_article_content_ssrread2 credits / call

    Returns an article's title, author, publish date, body, and related links.

    article_path
    string · required
  • Disease Details

    act_arthritis_org_disease_detail_ssrread2 credits / call

    Returns a disease overview with symptoms, diagnosis, treatment, and related resources.

    disease_slug
    string · required
  • Diseases Listing

    act_arthritis_org_diseases_listing_ssrread1 credit / call

    Returns the arthritis types hub with links and summaries for disease categories.

  • Find A Doctor Page

    act_arthritis_org_find_a_doctor_page_ssrread1 credit / call

    Returns the find-a-doctor tool page with form fields and search metadata.

  • Find Doctor

    act_arthritis_org_find_doctor_provider_searchread2 credits / call

    Returns providers near a US ZIP code with names, specialties, addresses, and contacts.

    zip_code
    string · required
    radius
    string · required
  • Local Offices

    act_arthritis_org_local_offices_state_ssrread2 credits / call

    Returns local offices and events for a US state with addresses, contacts, and links.

    state
    string · required
  • Pain Treatment Hub

    act_arthritis_org_pain_treatment_hub_ssrread1 credit / call

    Returns the pain management hub with section summaries and article links.

  • Search Results

    act_arthritis_org_search_results_ssrread2 credits / call

    Returns site search results with titles, URLs, snippets, and counts.

    search_query
    string · required
  • Site Search

    act_arthritis_org_site_search_apiread2 credits / call

    Returns site search result items with titles, URLs, content types, and snippets.

    search_query
    string · required
  • Symptom Article

    act_arthritis_org_symptom_article_ssrread1 credit / call

    Returns the arthritis-symptoms education article with headings, body, and related links.

  • Treatment Guide Article

    act_arthritis_org_treatment_guide_article_ssrread2 credits / call

    Returns a treatment or pain guide article with title, sections, and resources.

    article_path
    string · required

Arthritis API questions

Is there an API for Arthritis?
Arthritis does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for arthritis.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 Arthritis 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 arthritis.org changes its markup, Anakin updates the action.
Do I need a Arthritis account?
No. Every Arthritis action listed here runs anonymously — no account and no credentials required.
What does the Arthritis 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 Health APIs

All Health sites