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
Since the API docs website was updated the shown response schemas are notably incomplete. For example using the following request: https://api.modrinth.com/v2/projects?ids=["sodium", "lithium"].
To learn about the provided data, I refer to https://docs.modrinth.com/api/operations/getprojects/, however when making the request, I get this data: https://pastebin.com/AVZCQe2s.
The received response contains data such as downloads, title, full description and so on, which are not documented on the website.
The text was updated successfully, but these errors were encountered:
Since the API docs website was updated the shown response schemas are notably incomplete. For example using the following request:
https://api.modrinth.com/v2/projects?ids=["sodium", "lithium"]
.To learn about the provided data, I refer to https://docs.modrinth.com/api/operations/getprojects/, however when making the request, I get this data: https://pastebin.com/AVZCQe2s.
The received response contains data such as downloads, title, full description and so on, which are not documented on the website.
The text was updated successfully, but these errors were encountered: