The Nuclear Incident Data Retrieval API exposes data related to nuclear accidents reported globally, with a focus on categorizing incidents by country and nuclear power plant. It enables users to: List all countries involved in nuclear incidents. Retrieve the number of nuclear accidents per country along with the associated plant names. Access detailed incident data by querying with the nuclear plant name. This segmented endpoint design improves performance and data usability, allowing users to retrieve relevant subsets of information without overfetching. The API is ideal for use in risk assessment platforms, research dashboards, safety monitoring applications, and educational tools.
[
{
"countries": [
"United States",
"Japan",
"France",
"Russia",
"Canada",
"United Kingdom",
"India",
"Belgium",
"Germany",
"Ukraine",
"Pakistan",
"South Korea",
"Spain",
"Taiwan",
"Sweden",
"Czech Republic",
"Hungary",
"Switzerland",
"Serbia"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/9440/nuclear+incident+data+retrieval+api/17193/get+all+countries+involved+in+nuclear+incidents' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"country": "United States",
"accident_count": 57,
"plant_names": [
"Cooper Nuclear Station",
"Donald C. Cook nuclear power plant",
"St. Lucie Nuclear Power Plant",
"Arkansas Nuclear One's Unit 1",
"North Anna Nuclear Generating Station",
"Vermont Yankee Nuclear Power Plant",
"indian Point Energy Center",
"Three Mile Island Plant",
"Nuclear Fuel Services Plant",
"indian Point Energy Center",
"Braidwood Nuclear Generating Station",
"Donald C. Cook nuclear power plant",
"Davis-Besse reactor",
"Hope Creek Nuclear Facility",
"Millstone Nuclear Power Plant",
"Cook Units 1 and 2",
"LaSalle Units 1 and 2",
"Clinton Boiling Water Reactor",
"Crystal River Unit 3",
"Millstone Nuclear Power Plant Units 1 and 2",
"Salem Units 1 and 2",
"Maine Yankee nuclear reactor",
"Fermi Unit 2",
"Sequoyah Unit 1",
"indian Point Energy Center",
"South Texas Project Units 1 and 2",
"Brunswick Units 1 and 2",
"FitzPatrick nuclear reactor",
"Calvert Cliffs Units 1 and 2",
"Palo Verde Unit 1",
"Surry Nuclear Power Plant",
"Nine Mile Point Unit 1",
"Peach Bottom units 2 and 3",
"Calvert Cliffs Units 1 and 2",
"Surry Nuclear Power Plant",
"Pilgrim Nuclear Power Plant",
"Surry Nuclear Power Plant",
"Browns Ferry all units",
"Browns Ferry Unit 2",
"St Lucie Unit 1",
"Oyster Creek Nuclear Power Plant",
"Oconee 2 Pressurised Water Reactor",
"indian Point Energy Center",
"Nine Mile Point Unit 1",
"Ginna Nuclear Generating Station",
"indian Point Energy Center",
"Sequoyah 1 plant contaminant building",
"Unit 2",
"Surry Nuclear Power Plant",
"Milestone Nuclear Power Station",
"Cooper Nuclear Station",
"Browns Ferry Nuclear Power Plant",
"National Reactor Testing Station",
"Enrico Fermi Nuclear Generating Station",
"SL-1 prototype at National Reactor Testing Station",
"Santa Susana Field Laboratory",
"National Reactor Testing Station"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/9440/nuclear+incident+data+retrieval+api/17196/get+number+of+nuclear+accidents+per+country' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"country":"Required"}'
[
[
{
"country": "United States",
"plant": "Cooper Nuclear Station",
"date": "12-01-2019",
"location": "Nebraska",
"fatalities": 0
},
{
"country": "United States",
"plant": "Cooper Nuclear Station",
"date": "01-14-1995",
"location": "Nebraska",
"fatalities": 0
}
]
]
curl --location --request POST 'https://zylalabs.com/api/9440/nuclear+incident+data+retrieval+api/17202/get+detailed+incident+data+by+nuclear+plant+name' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"plant":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The API provides structured access to global nuclear accident data, including counts of accidents by country and detailed incident information at the plant level.
You can use the specific endpoint designed to list the number of nuclear accidents per country, which will also include the names of the associated nuclear power plants.
The API can be utilized in risk assessment platforms, research dashboards, safety monitoring applications, and educational tools to analyze and visualize nuclear incident data.
The incident details include fields such as the incident date, description, severity, and the name of the nuclear plant involved.
The segmented endpoint design allows users to retrieve specific subsets of information efficiently, minimizing overfetching and improving performance for targeted queries.
This endpoint returns a comprehensive list of countries that have reported nuclear incidents. The response includes an array of country names, allowing users to identify all nations involved in nuclear accidents globally.
The response includes fields such as "country," "accident_count," and "plant_names." This provides users with the total number of accidents per country and the names of the associated nuclear power plants.
The response is structured as an array of objects, each containing details about specific incidents. Key fields include "country," "plant," "date," "location," and "fatalities," allowing users to easily access and analyze incident information.
Users must provide a "country" parameter to retrieve the number of nuclear accidents for that specific country. This parameter is essential for filtering the data to obtain relevant results.
This endpoint provides detailed incident information, including the date of the incident, location, and fatalities associated with each incident at a specified nuclear plant. It allows for in-depth analysis of specific incidents.
Users can analyze the data to identify trends in nuclear incidents, assess safety measures, and inform risk assessments. The structured format allows for easy integration into applications, dashboards, or reports for further analysis.
The data is sourced from global nuclear regulatory bodies and incident reports, ensuring a comprehensive and authoritative dataset on nuclear accidents. This enhances the reliability and accuracy of the information provided.
Typical use cases include conducting risk assessments, developing safety monitoring applications, creating educational tools, and generating research dashboards to visualize trends and patterns in nuclear incidents.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
2,325ms
Service Level:
100%
Response Time:
4,545ms
Service Level:
100%
Response Time:
88ms
Service Level:
100%
Response Time:
53ms
Service Level:
100%
Response Time:
4,466ms
Service Level:
100%
Response Time:
1,975ms
Service Level:
100%
Response Time:
2,537ms
Service Level:
100%
Response Time:
13,354ms
Service Level:
100%
Response Time:
1,882ms
Service Level:
100%
Response Time:
1,674ms