User Statistics

Get My Resource Statistics ๐Ÿ“Š

Get your resource counts (trackers, offers, PWAs) for a specific time range. If no time range is provided, counts for all time are returned.

get/api/v1/stats/my-resources

Query parameters

startDatestring date-time nullable

Start date for filtering resources (ISO 8601 format). If not provided, all resources from the beginning are included.

Start date for filtering resources (ISO 8601 format). If not provided, all resources from the beginning are included.

endDatestring date-time nullable

End date for filtering resources (ISO 8601 format). If not provided, all resources until now are included.

End date for filtering resources (ISO 8601 format). If not provided, all resources until now are included.

Response

Successful Response

totalTrackersinteger
totalOffersinteger
totalPwasinteger

Example response

{
  "totalOffers": 10,
  "totalPwas": 5,
  "totalTrackers": 25
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.