decentraland / decentraland/places
order_by field not working in /api/worlds
Open
bug
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 6
- Avg merge
- 23h 13m
- Merged PRs (30d)
- 20
Description
The `order_by` field in `https://places.decentraland.org/api/worlds` is not working as expected.
- When listing worlds, the values `updated_at`, `most_active`, and `like_score` for `order_by` do not work.
- The endpoint returns the same results regardless of which value is passed, even with a random value or if the `order_by` parameter is omitted.
**Expected behavior:**
The results should be properly ordered according to the specified `order_by` value.
Contributor guide
Assessment
This issue has not been assessed yet.