ecosystem-dashboard icon indicating copy to clipboard operation
ecosystem-dashboard copied to clipboard

API for getting metadata on a user's core/collab/community mapping

Open BigLep opened this issue 3 years ago • 3 comments

I'd like to be able to find out which users are designated as "core", "collab", or "community". Is there an API I can hit to get this? I was thinking I could maybe scrape https://ipfs.ecosystem-dashboard.com/users but it doesn't load for me. Nothing else at https://ipfs.ecosystem-dashboard.com/sitemap stood out.

BigLep avatar Sep 22 '22 23:09 BigLep

I think the closest endpoints are:

  • https://ipfs.ecosystem-dashboard.com/contributors
  • https://ipfs.ecosystem-dashboard.com/collabs/contributors
  • https://ipfs.ecosystem-dashboard.com/contributors/andrew

but the json versions of those endpoints don't currently have core/collab/community data in them, I'll get that added.

Are you looking to check for a given user or get a list for a particular type or collab?

andrew avatar Sep 23 '22 14:09 andrew

Thanks Andrew. I'm looking to get a list for a particular type. For example, I'd love to get who all of our collab users are or core users so I can use that metadata to enrich reporting I'm doing offline.

BigLep avatar Sep 23 '22 14:09 BigLep

Sorry didn't get chance to look at this before holiday, can tackle it when i get back or look at it as part of https://github.com/ipfs-shipyard/ecosystem-dashboard/issues/470

andrew avatar Oct 05 '22 11:10 andrew