Hello,
If I go to https://permid.org/1-4294952829, there is a link View API response
If clicked, it produces a json output.
Could you please let me know how I could query the PermID API to get the same result?
Thank you very much for your help.
Hello @00000000,
curl -X GET "https://permid.org/1-4295861160?format=json-ld&access-token=YOURTOKENHERE"
Hello @siarheivaurynovich,
Please go to to OpenPermId -> Entity Seatch ->Dev Tools->Swagger
And switch format from "turtle" (default) to "json-ld", this should get you a json formatted response.
Hello @zoya.farberov
Thank you for your reply. Right now, I can not get any information at all through the API go get the information. Could you please provide a sample curl command, which can be used to access through the API information provided on https://permid.org/1-4294952829 ?Thank you very much for your help.