Back
Question
Asked

Are there any public APIs from WIP like a streak you could embed?

Title says it all. It would be fun to have your streak on your personal site.


This is what you're looking for: wip.co/api

Should be doable with the methods listed in the docs, in particular: wip.apidocumentation.com/api-…

See streak prop

I've done this – but I used the graphQL api that is being deprecated and I'll need to replace it.

I love having widgets, mine just revalidates on a daily basis (when someone load the site):

https://api.wip.co/v1/users/me.json?api_key=wip_sk_FOOBAR

response["streak"]

Replace wip_sk_FOOBAR with an API key from wip.co/my/api_keys