- When you request any resource from the poke api (for example: thumbnails, API endpoint) information about the request may be logged. -
-Information about a request is limited to:
-- No identifying information is logged, such as the visitor’s cookie, user-agent, or IP address. Here are a couple lines to serve as an example: -
-+ + ++ + ++ +API Logs Policy
++ When you request any resource from the Poke API (for example: thumbnails, API endpoint) information about the request may be logged. +
+Information about a request is limited to:
++
+- the time the request was made
+- the status code of the response
+- the method of the request
+- the requested URL
+- how long it took to complete the request.
++ No identifying information is logged, such as the visitor’s cookie, user-agent, or IP address. +
+ ++Example log lines
+2019-01-19 16:37:47 +00:00 200 GET /api/v1/comments/xrlETJYzH-c?format=html&hl=en-US 1345.88ms 2019-01-19 16:37:53 +00:00 200 GET /vi/r5P-f5arPXE/maxres.jpg 1085.41ms 2019-01-19 16:37:54 +00:00 200 GET /watch 7.04ms --- This website does not store the visitor’s user-agent or IP address and does not use fingerprinting, advertisements, or tracking of any form. -
-
+ This website does not store the visitor’s user-agent or IP address and does not use fingerprinting, advertisements, or tracking of any form. +
+