Using fec-sdk-go with fec.gov

Go integration

Install
go get github.com/shitutech/fec-sdk-go
Quick start
import "fec-sdk-go"

// Initialize client
client := fec-sdk-go.NewClient("YOUR_API_KEY")
All official records and reports filed by or delivered to the FEC. Note: bec…
curl \
  -H "X-Api-Key: $API_KEY" \
  /filings/
Look at the top-level financial information for all candidates running for th…
curl \
  -H "X-Api-Key: $API_KEY" \
  /elections/
This endpoint contains Final Audit Reports approved by the Commission since i…
curl \
  -H "X-Api-Key: $API_KEY" \
  /audit-case/
SDK on GitHub 📄 API Docs
SDK
fec-sdk-go
Go
API
fec.gov
fec.gov
At a glance
Language Go
Endpoints91