Glitch API Docs

@jarvis394, I need to do a search by name, not a link.

Please update the module as updates to the Glitch API arrive.

1 Like

Yep,

  1. Get Algolia creds by api.glitch.com/v1/search/creds
  2. Get search query from https://las7vgsqiq-dsn.algolia.net/1/indexes/search_collections/query?x-algolia-agent=Algolia%20for%20JavaScript%20(3.35.1)%3B%20Browser%20(lite) with id, token and post data as { params: ‘query=’ }

No, domain is a project name.

I just need to display project statistics by reference. That’s why I do it

1 Like

I’ve updated the package, everything should be okay now.

You can see search example in here: https://github.com/jarvis394/glitch-api/blob/master/docs/examples/search.js

2 Likes

Does the project name search work?