Skip to content

Instantly share code, notes, and snippets.

@edsu
Last active November 18, 2025 17:35
Show Gist options
  • Select an option

  • Save edsu/fa8b4f9bb8712ca90a430e1c3874764c to your computer and use it in GitHub Desktop.

Select an option

Save edsu/fa8b4f9bb8712ca90a430e1c3874764c to your computer and use it in GitHub Desktop.
import requests
import json
print(len(requests.get("https://api.openalex.org/w4223476900").json()["authorships"]))
print(len(requests.get("https://api.openalex.org/w4223476900?data-version=1").json()["authorships"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment