Skip to content

Powered by Grav + Helios

Browse Themes

Browse Themes

GET /gpm/repository/themes
Browse available themes from the GPM repository with pagination and search.

Parameters

Name Type Description
q optional string Search query to filter themes
page optional integer Page number for pagination (default: 1)
per_page optional integer Number of results per page (default: 20, max: 100)
JSON
{"data": [{"slug": "quark", "name": "Quark", "description": "Modern theme", "installed": true}], "meta": {"total": 120, "page": 1, "per_page": 20}}

Response Codes

200 Success
401 Unauthorized
502 Unable to reach GPM repository