Research
IAEA PRIS logo

IAEA PRIS API

pris.iaea.org

IAEA PRIS - power reactor records, country listings, and per-unit details.

Actions
3
Category
Research
Login
Not required
Output
JSON

Call the IAEA PRIS API

Submit a task, then poll the job until it settles. This example runs act_pris_iaea_country_reactor_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_pris_iaea_country_reactor_listing",
    "params": {
      "country_code": "US"
    }
  }'

3 actions on pris.iaea.org

Read

  • Country Reactor Listing

    act_pris_iaea_country_reactor_listingread2 credits / call

    Returns a country's nuclear reactors with names, status, type, and capacities.

    country_code
    string · required
  • PRIS Homepage

    act_pris_iaea_pris_homepageread1 credit / call

    Returns the PRIS homepage overview and index of available reactors by country.

  • Reactor Details

    act_pris_iaea_reactor_detailread2 credits / call

    Returns one reactor's full record with capacities, milestone dates, performance, and operating history.

    reactor_id
    string · required
    country_code
    string

IAEA PRIS API questions

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

All Research sites