Lists all Fishery Improvement Projects (FIPs), and for each FIP shows the associated Fisheries. Only information on publicly available and Active FIPs is available.

Description of response elements

Element Description
id The internal FishSource ID of the FIP
name The name of the Fishery Improvement Project
type The type of the Fishery Improvement Project: ‘Basic’ or ‘Comprehensive’
progress_rating Alpha rating for the FIP. One of: ‘A’, ‘B’, ‘C’, ‘D’, or ‘E’
status Status for the FIP. One of: ‘Completed’, ‘Inactive’, ‘Intended FIP’ or ‘Pre-FIP
stage An integer from 0-6 representing the stage of the FIP. 6 is the highest and represents a transition to a certification.
url A link to the public page showing detailed information about the FIP. This will be from a number of external sources
related_fisheries An array of Fishery IDs related to the FIP

Examples

[
  {
      "id": 1074,
      "name": "Gulf of Mexico - Florida shrimp",
      "type": "Fip",
      "progress_rating": "C",
      "stage": 4,
      "url": "http://woodsfisheries.com/sustainability/fisheries-improvement-project/",
      "related_fisheries": [
          1765,
          1766,
          1755,
          1753,
          4084,
          4018,
          1771,
          1759,
          4091,
          4092
      ]
  },
  ...
]