Using oxylabs-ai-studio-py with data.gov

Python integration

Install
pip install oxylabs-ai-studio-py
Quick start
import oxylabs-ai-studio-py

# Set your API key
client = oxylabs_ai_studio_py.Client(api_key="YOUR_API_KEY")
Returns Docket information
curl \
  # append ?api_key=$API_KEY to the URL \
  /docket.{response_format}
Returns Document information
curl \
  # append ?api_key=$API_KEY to the URL \
  /document.{response_format}
Search for Documents
curl \
  # append ?api_key=$API_KEY to the URL \
  /documents.{response_format}
SDK on GitHub 📄 API Docs
SDK
oxylabs-ai-studio-py
Python
API
data.gov
data.gov
At a glance
Language Python
Endpoints3