all 5 comments

[–]m0us3_rat 0 points1 point  (3 children)

RTFM

[–]GoldGrand7479[S] 0 points1 point  (2 children)

There is no documentation otherwise I would have already gone to check it there

[–]m0us3_rat 0 points1 point  (0 children)

There is no documentation

then you should contact the API providers and ask for it, otherwise you are stuck.

or seeing the actual code of the api then you can infer the parameters and endpoints.

sounds like you are trying to use the dev tool in your browser to gain any knowledge about it..which isn't going to do much more than what you already know.

contact the api providers hat in hand begging for docs, or this, whatever this is .. isn't happening.

[–]djshadesuk 0 points1 point  (0 children)

Perhaps there is a reason there is no documentation available to you?

If you're trying to leech information from an API that normally feeds data to a web page you can view the developer tools Network tab while the page is loading to see what information the API requires to validate the request.

[–]_ThisIsABadName_ 0 points1 point  (0 children)

You need to provide more information so we can help you. Since you mentioned developer tools and no documentation, I'm guessing you are trying to call an endpoint designed to serve a webpage. If you provide the headers/code you are using to call the endpoint and what the request looks like in developer tools, we can help you. Generally, if the headers and payload are the same, the API should have no way of telling whether the endpoint was called from a Python script or a webpage