You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to retrieve all background data for D&D 5th Edition using the following API endpoint:
GET https://www.dnd5eapi.co/api/backgrounds,
only the Acolyte background is returned.
Expected Behavior:
The endpoint should return a comprehensive list of all available backgrounds as defined in the D&D 5th Edition ruleset.
Observed Behavior:
The response contains data for the Acolyte background only, with the majority of background data missing.
Observe the response containing only the Acolyte background.
Investigation Notes:
Upon further investigation, it appears that the database JSON file powering the API is missing a significant portion of background data. This is likely the root cause of the issue.
Suggested Action:
Verify and restore the missing background entries in the database.
Ensure the API response includes all expected backgrounds.
The text was updated successfully, but these errors were encountered:
When attempting to retrieve all background data for D&D 5th Edition using the following API endpoint:
GET https://www.dnd5eapi.co/api/backgrounds,
only the Acolyte background is returned.
Expected Behavior:
The endpoint should return a comprehensive list of all available backgrounds as defined in the D&D 5th Edition ruleset.
Observed Behavior:
The response contains data for the Acolyte background only, with the majority of background data missing.
Steps to Reproduce:
Investigation Notes:
Upon further investigation, it appears that the database JSON file powering the API is missing a significant portion of background data. This is likely the root cause of the issue.
Suggested Action:
The text was updated successfully, but these errors were encountered: