v1
latestOpenAPI 3.0.12026-07-14292576.8 KBGet project by URL identifier
Get the latest summary for a specific project using the project's URL identifier {provider}/{org}/{name}.
To find the URL identifier for a project, view the project overview page in LGTM. The URL identifier follows after /projects. For example, for a project with the URL https://lgtm.example.com/projects/g/apache/commons-io the URL identifier is g/apache/commons-io. In the example, g represents the provider (repository host), apache is the organization and commons-io is the name of the repository.
Path parameters
The first part of the URL identifier of a project, which represents the repository host.
The second part of the URL identifier of a project, the organization.
The third part of the URL identifier of a project, the repository name.
Response
Success. Requested data returned.
Example response
{
"id": 1234567,
"name": "Apache Commons IO",
"url": "https://lgtm.example.com/projects/g/apache/commons-io",
"url-identifier": "g/apache/commons-io"
}