Developer Tools
Solidity logo

Solidity API

soliditylang.org

Solidity - language docs, compiler versions, release artifacts, and blog posts.

Actions
5
Category
Developer Tools
Login
Not required
Output
JSON

Call the Solidity API

Submit a task, then poll the job until it settles. This example runs act_soliditylang_org_blog_post_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_soliditylang_org_blog_post_listing",
    "params": {
      "color": "light",
      "page": "1"
    }
  }'

5 actions on soliditylang.org

Read

  • Blog Post Listing

    act_soliditylang_org_blog_post_listingread2 credits / call

    Returns Solidity blog posts with titles, dates, URLs, authors, and summaries.

    color
    string
    page
    string
  • Compiler Version Metadata

    act_soliditylang_org_readthedocs_version_metadataread2 credits / call

    Returns active Solidity compiler versions with build commits and download URLs.

    project_slug
    string · required
    api_version
    string · required
    version_slug
    string · required
    client_version
    string
  • Documentation Index

    act_soliditylang_org_documentation_indexread1 credit / call

    Returns Solidity documentation pages for a compiler version with titles and slugs.

    version_slug
    string · required
    color
    string
  • Documentation Page Details

    act_soliditylang_org_documentation_page_detailread1 credit / call

    Returns a single Solidity documentation page's title and main content.

    version_slug
    string · required
    doc_slug
    string · required
  • Homepage Overview

    act_soliditylang_org_homepage_ssrread1 credit / call

    Returns the Solidity homepage overview with latest version, GitHub stars, and recent posts.

Solidity API questions

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

All Developer Tools sites