OpenAPI Spec (preview)
{
"swagger": "2.0",
"info": {
"version": "1.0.0",
"title": "Black History API",
"description": "Welcome to the black history api! To get started go to click the Sign Up link in the navigation bar and get an api key."
},
"host": "rest.blackhistoryapi.io",
"basePath": "/v2",
"schemes": ["https", "http"],
"securityDefinitions": {
"ApiKeyAuth": {
"type": "apiKey",
"name": "x-api-key",
"in": "header"
}
},
"security": [
{
"ApiKeyAuth":