Permits
Permits are the central thing used to determine commercial regulations. You must first find what permit you'd like to inspect, before diving in to regulations, areas, conditions.
Fields
The following fields are available in the response:
permit_name: string - The user-friendly permit name
permit_notes: string - Additional notes about the permit (note that this is in HTML)
permit_agencies: string[] - Array of agency names that this permit pertains to
permit_areas: number[] - Array of area IDs that this permit pertains to
permit_conditions: number[] - Array of condition IDs that this permit pertains to
Sample Response
{
"permit_name": "Eastern Gulf of Mexico Reef Fish Bottom Longline Endorsement",
"permit_notes": "Sample Permit Notes",
"permit_agencies": ["GMFMC"],
"permit_areas": [2],
"permit_conditions": [43]
}
Get all permits (bulk)
GET api/commercial/permits