Lists all Marine Stewardship Council (MSC) records held on FishSource, and for each MSC record shows the associated FishSource fisheries. Only information on publicly available MSCs is available.

Description of response elements

Element Description
id The internal FishSource ID of the MSC record
name The name of the MSC Record as recorded on the MSC website
url A link to the public MSC page showing detailed information about the MSC record
status The status of the MSC fishery, one of: ‘Suspended’, ‘Withdrawn’, ‘Not certified’, ‘No engagement’, ‘Dialog underway’, ‘Preassessment started’, ‘MSC Full Assessment’, ‘MSC Certified’ or ‘MSC Recertified’
type The FishSource specific assessment of the MSC fishery. One of: ‘Platinum’, ‘Gold’, ‘Silver’ or ‘Bronze’
related_fisheries An array of Fishery IDs related to the MSC record

Examples

[
  {
      "id": 129,
      "name": "Canada Scotia-Fundy Haddock",
      "url": "https://www.msc.org/track-a-fishery/fisheries-in-the-program/certified/north-west-atlantic/canadian_scotia_fundy_haddock",
      "status": "MSC Certified",
      "type": "Silver",
      "related_fisheries": [
          3242,
          3243,
          3244,
          3245
      ]
  },
  ...
]