packages
get a list of package names from a registry
get/registries/{registryName}/package_names
Path parameters
registryNamestring required
name of registry
Query parameters
pageinteger
pagination page number
per_pageinteger
Number of records to return
created_afterstring date-time
filter by created_at after given time
updated_afterstring date-time
filter by updated_at after given time
created_beforestring date-time
filter by created_at before given time
updated_beforestring date-time
filter by updated_at before given time
sort'updated_at' | 'created_at' | 'name' | 'downloads' | 'dependent_repos_count' | 'dependent_packages_count' | 'latest_release_published_at' | 'versions_count' | 'maintainers_count' | 'docker_downloads_count' | 'docker_dependents_count' | 'stargazers_count' | 'forks_count'
field to order results by
orderstring
direction to order results by
criticalboolean
filter by critical packages
fundingboolean
filter by packages with funding information
prefixstring
filter by package names starting with this string (case insensitive)
postfixstring
filter by package names ending with this string (case insensitive)
Response
OK
string[] required