We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found by @ludmilamarian
some examples in the API do not work:
• Examples: • Cross Section Search: curl https://nds.iaea.org/dataexplorer/api/reactions/xs?target_elem=Al&target_mass=27&reaction=n%2Cp&&table=True&eval=True&page=1 • Fission Yield Search: curl https://nds.iaea.org/dataexplorer/api/reactions/fy?&target_elem=U&target_mass=235&reaction=n,f&fy_type=Cumulative&table=True&eval=True&page=1 • Residual Products Search: curl https://nds.iaea.org/dataexplorer/api/reactions/rp?target_elem=Ti&target_mass=0&inc_pt=A&rp_elem=Cr&rp_mass=51&page=1
"eval=True" should be "evaluations=True"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found by @ludmilamarian
some examples in the API do not work:
• Examples:
• Cross Section Search:
curl https://nds.iaea.org/dataexplorer/api/reactions/xs?target_elem=Al&target_mass=27&reaction=n%2Cp&&table=True&eval=True&page=1
• Fission Yield Search:
curl https://nds.iaea.org/dataexplorer/api/reactions/fy?&target_elem=U&target_mass=235&reaction=n,f&fy_type=Cumulative&table=True&eval=True&page=1
• Residual Products Search:
curl https://nds.iaea.org/dataexplorer/api/reactions/rp?target_elem=Ti&target_mass=0&inc_pt=A&rp_elem=Cr&rp_mass=51&page=1
"eval=True" should be "evaluations=True"
The text was updated successfully, but these errors were encountered: