Skip to content

Instantly share code, notes, and snippets.

@nhfruchter
Created May 11, 2017 05:02
Show Gist options
  • Save nhfruchter/deea9f31379f8afa97f89485d2440d17 to your computer and use it in GitHub Desktop.
Save nhfruchter/deea9f31379f8afa97f89485d2440d17 to your computer and use it in GitHub Desktop.
Spam the FCC :(
curl \
-H "Content-Type: application/json" \
-X POST \
--data-binary '{
"documents":[],
"proceedings":[{
"name":"17-108",
"description":"Restoring Internet Freedom",
"id_proceeding":301759
}],
"filers":[{"name":"John Doe"}],
"authors":[],
"bureaus":[],
"lawfirms":[],
"addressentity":{
"address_line_1":"111 Test Drive",
"city":"TestCity",
"state":"DE",
"zip_code":"11000",
"zip4":"4444"},
"internationaladdressentity":{
"addresstext":""
},
"contact_email":"johndoe@example.com",
"text_data":"Something something net neutrality!",
"express_comment":1
}' \
https://publicapi.fcc.gov/ecfs/filings?api_key=$KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment