API for getting metadata on a user's core/collab/community mapping
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.
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?
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.
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