Skip to content

Get a user's heatmap

GET
/users/{username}/heatmap
username
required
string

Username of user to get

UserHeatmapData

Media type application/json
Array<object>

UserHeatmapData represents the data needed to create a heatmap

object
contributions
integer format: int64
timestamp

TimeStamp defines a timestamp

integer format: int64
Example generated
[
{
"contributions": 1,
"timestamp": 1
}
]

APINotFound is a not found error response

Media type application/json
object
errors
Array<string>
message
string
url
string
Example generated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}