projects
Get an item for a user owned project
Get a specific item from a user-owned project.
get/users/{username}/projectsV2/{project_number}/items/{item_id}
Path parameters
project_numberinteger required
The project's number.
usernamestring required
The handle for the GitHub user account.
item_idinteger required
The unique identifier of the project item.
Query parameters
Limit results to specific fields, by their IDs. If not specified, the title field will be returned.
Example: fields[]=123&fields[]=456&fields[]=789 or fields=123,456,789
Response
Response
Example response
{
"project_url": "https://api.github.com/users/monalisa/2/projectsV2/3",
"creator": {
"login": "octocat",
"id": 1,
"node_id": "MDQ6VXNlcjE=",
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"gravatar_id": "41d064eb2195891e12d0413f63227ea7",
"url": "https://api.github.com/users/octocat",
"html_url": "https://github.com/octocat",
"followers_url": "https://api.github.com/users/octocat/followers",
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
"organizations_url": "https://api.github.com/users/octocat/orgs",
"repos_url": "https://api.github.com/users/octocat/repos",
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
"received_events_url": "https://api.github.com/users/octocat/received_events",
"type": "User",
"starred_at": "\"2020-07-09T00:17:55Z\"",
"user_view_type": "public"
},
"created_at": "2022-04-28T12:00:00Z",
"updated_at": "2022-04-28T12:00:00Z",
"archived_at": "2022-04-28T12:00:00Z",
"item_url": "https://api.github.com/users/monalisa/2/projectsV2/items/3"
}