# API Endpoints

| Method | Path | Description |
|--------|------|-------------|
| GET | [/](/) | API index, this page |
| GET | [/v1/issues/core](/v1/issues/core) | All Drupal Core issues (?status=all for closed, ?limit=N default 500) |
| GET | /v1/issues/core/{username} | All Drupal core issues that the user follows (?status=all for closed, ?limit=N default 500) |
| GET | [/v1/project](/v1/project) | All Contributed Drupal Projects, security coverage status, and usage: total and per-version install counts |
| GET | /v1/project/{machine_name} | Project security coverage status, and usage: total and per-version install counts |
| GET | [/v1/search](/v1/search) | Code search help page with examples |
| GET | [/v1/search/code](/v1/search/code) | Code search send queries to Zoekt (?q=query&num=50) |
| GET | [/v1/search/repo](/v1/search/repo) | Repository metadata send queries to Zoekt (?q=r:name) |
