Bug: missing attributes on link elements

49 views
Skip to first unread message

Lukas Schwab

unread,
Nov 12, 2025, 4:45:29 PMNov 12
to arXiv API Discussion
Hello arXiv team —

link tags in results no longer include any attributes aside from href.
This is a recent regression:
  • The User's Manual describes rel and title attributes that are omitted.
  • My Python client library expects the title attribute. There were no bug reports until today, when I received two at approx. the same time (the first).
This may have been caused by the planned minor update to the API yesterday.

Here is an example query, but any query should reproduce the issue. The relevant portion of the result set:


Two questions:
  1. Is this an intended breaking change?
  2. If 'no:' do you have time to prioritize a fix, or should we look for work-arounds?
Thanks,
Lukas



arXiv API Discussion

unread,
Nov 13, 2025, 9:07:55 AMNov 13
to arXiv API Discussion, lukas....@gmail.com
Hi Lucas,
I'll look into it. It was not intended, and yes we will fix it.
Thanks for letting us know,
Brian

arXiv API Discussion

unread,
Nov 14, 2025, 5:32:31 PMNov 14
to arXiv API Discussion, arXiv API Discussion, lukas....@gmail.com
Hi Lucas,

This should be working again, ie:
curl -is https://export.arxiv.org/api/query\?id_list\=1212.1873 | grep link
  <link href="https://arxiv.org/api/query?search_query=&amp;start=0&amp;max_results=10&amp;id_list=1212.1873" type="application/atom+xml"/>
    <link href="https://arxiv.org/abs/1212.1873v6" rel="alternate" type="text/html"/>
    <link href="https://arxiv.org/pdf/1212.1873v6" rel="related" type="application/pdf" title="pdf"/>
    <link rel="related" href="https://doi.org/10.4007/annals.2014.180.2.7" title="doi"/>

Lukas Schwab

unread,
Nov 14, 2025, 5:49:35 PMNov 14
to a...@arxiv.org

💖

Lukas reacted via Gmail

Reply all
Reply to author
Forward
0 new messages