Codesota · Papers with Code · APIReference · April 2026
Reference

The Papers with Code API, and what replaced it.

paperswithcode.com/api/v1 stopped responding in July 2025 when Meta shut PWC down. There’s no drop-in successor. For each thing the old API gave you, here’s the closest live-and-maintained replacement.

§ 01 · API mapping

What the old endpoints gave you, and where to get it now.

Old endpointWhat it returnedLive replacement
/api/v1/papers/Paper metadata (title, authors, arxiv_id, abstract, code links)Semantic Scholar API ↗ · /papers
/api/v1/datasets/Datasets with their metrics and modalities/browse (per area / task / dataset)
/api/v1/evaluations/Benchmark results (paper × dataset × metric × value)/benchmark/<dataset_id> — every page emits Dataset JSON-LD
/api/v1/methods/Models and their architectures/models (paginated by area)
/trendingTrending papers feed/papers-with-code/trending · Hugging Face Papers ↗
/api/v1/sotaSOTA per (task, dataset, metric)/llm, /ocr, /code-generation — top score per benchmark, dated
§ 02 · Historical archive

The PWC dataset is preserved on GitHub.

paperswithcode/paperswithcode-data hosts the last public snapshot as JSON dumps — papers, methods, evaluations, datasets. It is no longer updated and the schema won’t change, but for backfilling old projects against the pre-July-2025 state of ML research it’s the canonical source.

If you need fresh, dated, reproduced scores for a specific benchmark — that is what Codesota maintains. Each /benchmark page includes a Dataset JSON-LD block you can scrape directly.

Read next

Three places to go from here.

Replacement
Papers with Code is dead — alternatives
What replaced PWC for each use case: LLMs, OCR, speech, vision, robotics.
Live feed
Trending papers
The most recent ML papers with sourced benchmark scores. Refreshed live.
Top hub
LLM benchmarks
Frontier LLM scores — every benchmark on the Codesota register, updated weekly.