I have been trying to figure out a way to use an api key to retrieve the username of an image author but have been having no luck. Mapillary JS apparently does not work for this, and the GraphQL queries some users recently have said they had some luck with have been coming up with this error:
I am not sure if this is a new bug but it seems like the information shouldn’t be this hard to get considering its served to the mapillary web client itself.
Mapillary GraphQL is used by Mapillary apps and is not intended for use elsewhere and it has various security, privacy, anti-scraping systems which could prevent access.
For accessing the Mapillary API use the documentation on this page: API Documentation
For example, to get the username of an image author: https://graph.mapillary.com/<image_key>?fields=creator&access_token=<your_token>