Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (24 loc) · 1.01 KB

key.md

File metadata and controls

26 lines (24 loc) · 1.01 KB
layout title nav
default
Request an API Key
basics

{% raw %}

Loading signup form...
<script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var apiUmbrellaSignupOptions = { registrationSource: 'code-gov', apiKey: 'ELORrx8BmruIQg0kicvVjT0FonWUl4xGluJwEjiT', contactUrl: 'https://github.com/GSA/code-gov-api/issues', exampleApiUrl: 'https://api.code.gov/repos?api_key={{api_key}}' };

/* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var apiUmbrella = document.createElement('script'); apiUmbrella.type = 'text/javascript'; apiUmbrella.async = true; apiUmbrella.src = 'https://api.data.gov/static/javascripts/signup_embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(apiUmbrella); })(); </script> Please enable JavaScript to signup for an api.data.gov API key. {% endraw %}