Get a user's heatmap
GET
/users/{username}/heatmap
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”username
required
string
Username of user to get
Responses
Section titled “Responses”UserHeatmapData
Media typeapplication/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
Examplegenerated
[ { "contributions": 1, "timestamp": 1 }]APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}