Skip to content

API endpoint (public/v1/recent/reports/) does not work #4

@platonK

Description

@platonK

Hi,
Thanks for creating and maintaining UrlQuery, it is much appreciated!
I am trying to use the API to fetch the most recent reports but it does not seem to work.
It returns HTTP 200 with empty value (request and response below).

Fetching recent reports for a specific domain (endpoint: public/v1/recent/reports/domain/) does work fine.

Request:

curl -v -X 'GET' 'https://api.urlquery.net/public/v1/recent/reports/?limit=10' -H 'accept: application/json' -H 'x-apikey: <API KEY>'

Response:

  • Host api.urlquery.net:443 was resolved.
  • IPv6: (none)
  • IPv4: 64.227.122.85
  • Trying 64.227.122.85:443...
  • Connected to api.urlquery.net (64.227.122.85) port 443
  • ALPN: curl offers h2,http/1.1
  • (304) (OUT), TLS handshake, Client hello (1):
  • CAfile: /etc/ssl/cert.pem
  • CApath: none
  • (304) (IN), TLS handshake, Server hello (2):
  • (304) (IN), TLS handshake, Unknown (8):
  • (304) (IN), TLS handshake, Certificate (11):
  • (304) (IN), TLS handshake, CERT verify (15):
  • (304) (IN), TLS handshake, Finished (20):
  • (304) (OUT), TLS handshake, Finished (20):
  • SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
  • ALPN: server accepted h2
  • Server certificate:
  • subject: CN=urlquery.net
  • start date: Aug 9 20:10:38 2025 GMT
  • expire date: Nov 7 20:10:37 2025 GMT
  • subjectAltName: host "api.urlquery.net" matched cert's "api.urlquery.net"
  • issuer: C=US; O=Let's Encrypt; CN=R10
  • SSL certificate verify ok.
  • using HTTP/2
  • [HTTP/2] [1] OPENED stream for https://api.urlquery.net/public/v1/recent/reports/?limit=10
  • [HTTP/2] [1] [:method: GET]
  • [HTTP/2] [1] [:scheme: https]
  • [HTTP/2] [1] [:authority: api.urlquery.net]
  • [HTTP/2] [1] [:path: /public/v1/recent/reports/?limit=10]
  • [HTTP/2] [1] [user-agent: curl/8.7.1]
  • [HTTP/2] [1] [accept: application/json]
  • [HTTP/2] [1] [x-apikey: <API KEY>]

GET /public/v1/recent/reports/?limit=10 HTTP/2
Host: api.urlquery.net
User-Agent: curl/8.7.1
accept: application/json
x-apikey: <...>

  • Request completely sent off
    < HTTP/2 200
    < server: nginx/1.18.0 (Ubuntu)
    < date: Wed, 01 Oct 2025 08:58:11 GMT
    < content-type: application/json
    < content-length: 5
    < vary: Accept-Encoding
    < x-apirate-day: 13
    < x-apirate-hour: 0
    < x-apirate-minute: 0
    <
    null
  • Connection #0 to host api.urlquery.net left intact

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions