-
Notifications
You must be signed in to change notification settings - Fork 398
Open
Labels
apiRelates to the Modrinth API for developersRelates to the Modrinth API for developersbackendInvolves work from the backend teamInvolves work from the backend team
Description
Please confirm the following.
- I checked the existing issues for duplicate problems
- I have tried resolving the issue using the support portal
Describe the bug
When requesting multiple projects via the API, the author field is missing. Similarly, the organization field is missing from the search requests.
Steps to reproduce
- Open https://api.modrinth.com/v2/projects?ids=[%22sodium%22]
- Open https://api.modrinth.com/v2/search?query=sodium
- The search response contains
"author": "jellysquid3", but not the bulk-get response.
Likewise, only the batch-get response contains"organization": "LjcZDkRW".
Expected behavior
No response
Additional context
Please make the APIs for querying projects return consistent data.
For example, bulk-get has id, and search project_id fields which point to the same value. At least in this case, the value can be aliased during deserialization.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiRelates to the Modrinth API for developersRelates to the Modrinth API for developersbackendInvolves work from the backend teamInvolves work from the backend team