Hello dear Glitch Community/Team,
I’ve been reading many posts here and I’ve only found where you can see the last edit. However, I would like to know if there’s a way to find out the creation date. If yes, how can I view it?
Hello dear Glitch Community/Team,
I’ve been reading many posts here and I’ve only found where you can see the last edit. However, I would like to know if there’s a way to find out the creation date. If yes, how can I view it?
You could use the Glitch API if you really want to know a project’s creation date.
https://api.glitch.com/v1/projects/by/domain?domain=project-name
{
"project-name": {
...
"created-at": "2022-10-04T14:59:04.465Z"
...
}
}
This Worked! Thank You!
(I edited because i wrote this work! which is completely dumb from me, sorry)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.