Im wondering how to get my project id, any easy and simple ways?
Hi @yeetedmeme,
You can use the Glitch API to get the project ID, Note that this will not work if your project is private.
https://api.glitch.com/v1/projects/by/domain?domain=PROJECT_NAME
Replace PROJECT_NAME
with the name of your project.
Visiting the URL will return some JSON data as response, and the value of the id
property is the ID of your project.
Hope this helps!
2 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.