Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » how to find the creator of a project's id with the API?
- miniepicness
-
Scratcher
1000+ posts
how to find the creator of a project's id with the API?
I wanna find the creators of some project ids
Last edited by miniepicness (May 27, 2018 16:24:21)
- _nix
-
Scratcher
1000+ posts
how to find the creator of a project's id with the API?
It's right in the /project/:id endpoint. For example – https://api.scratch.mit.edu/projects/200903024 – just check the property author.username, which is “_nix” here.
- miniepicness
-
Scratcher
1000+ posts
how to find the creator of a project's id with the API?
It's right in the /project/:id endpoint. For example – https://api.scratch.mit.edu/projects/200903024 – just check the property author.username, which is “_nix” here.doesnt work with unshared projects D:
But thanks for replying.
- Discussion Forums
- » Questions about Scratch
-
» how to find the creator of a project's id with the API?