- Query Parameters
- - 'search': string; Search string
- 'types': string[]; List of types: translations, romhacks, homebrew, utilities, documents, lua-scripts,
- 'games': int[]; List of games IDs,
- 'platforms': int[]; List of platforms IDs,
- 'genres': int[]; List of genres IDs,
- 'statuses': int[]; List of statuses IDs,
- 'authors': int[]; List of authors IDs,
- 'authors_mode': string; 'and' or 'or', default 'or',
- 'languages': int[]; List of language IDs,
- 'languages_mode': string; 'and' or 'or', default 'or',
- 'modifications': int[]; List of modification IDs,
- 'modifications_mode': string; 'and' or 'or', default 'or',
- 'categories': int[], List of categories IDs,
- 'categories_mode': string; 'and' or 'or', default 'or',
- 'systems': int[], List of system IDs,
- 'systems_mode': string; 'and' or 'or', default 'or',
- 'levels': int[]; List of level IDs,
- 'user_id': int,
- 'sort': string; sortable by 'created_at', 'release_date', 'total_downloads', 'title'. default 'created_at',
- 'dir': string; 'asc' or 'desc', default 'desc',
- 'per_page': int, between 1 and 100, default 30.
Get a list of entries with specified criteria. 30 entries per page with a pagination system.
Need entries:read scope, and all entries need to be published.
Need entries:read scope, and all entries need to be published.
- Response
- data: [ ['id': int, 'type': string, 'title': string], ... ]