[["/v1","List valid API routes"],["/v1/versions","List available versions"],["/v1/versions/:version","Get version details"],["/v1/versions/:version/builds","List builds for a version"],["/v1/versions/:version/builds/:build","Get build details for a version"],["/v1/versions/:version/builds/:build/projects","List projects for a build at a version"],["/v1/versions/:version/builds/:build/projects/:project","Get project details for a build at a version"],["/v1/versions/:version/builds/:build/projects/:project/packages","List packages for project for a build at a version"],["/v1/versions/:version/builds/:build/projects/:project/packages/:package","Get package details for a build at a version"],["/v1/versions/:version/builds/:build/projects/:project/packages/:package/file","Retrieve the file at the url specified in the package"],["/v1/branches","List available branches"],["/v1/branches/:branch","Get branch details"],["/v1/branches/:branch/builds","List builds for a branch"],["/v1/branches/:branch/builds/:build","Get build details for a branch"],["/v1/branches/:branch/builds/:build/projects","List projects for a build on a branch"],["/v1/branches/:branch/builds/:build/projects/:project","Get project details for a build on a branch"],["/v1/branches/:branch/builds/:build/projects/:project/packages","List packages for project for a build on a branch"],["/v1/branches/:branch/builds/:build/projects/:project/packages/:package","Get package details for a build on a branch"],["/v1/branches/:branch/builds/:build/projects/:project/packages/:package/file","Retrieve the file at the url specified in the package"],["/v1/search/:version-or-build","Find all packages for a version"],["/v1/search/:version-or-build/:filters","Find all packages for a version using comma delimited filters"],["/v1/search/:version-or-build/:filters/file","Retrieve the filtered package (if there was only one result)"],["/v1/downloads/:project/:package","Download a package by name"]]