GET /api/bluebridge/v6/maps
Information about all Maps associated with Fisheries

Lists all Maps associated with each Fishery. Note the map associated with a Fishery may not be explicitly associated with a given Fishery, but may be inferred by a Map associated with the Stock or Management Unit associated with the fishery.

Description of response elements

Element Description
fishery_id The internal FishSource ID of the Fishery
fishery_name The name of the Fishery as presented on FishSource. Comprised of the species FAO or common name, the Stock/Assessment Unit/Unascertained name, the Management Unit name, the Flag country and Gear or GearGroup
exploiting_stocks The ID of the Stock, Assessment Unit or Unascertained element at the root of the Fishery Profile Tree
map_info KML path for MAP at first child node of Profile tree

Examples

[
  {
      "fishery_id": 1381,
      "fishery_name": "American sea scallop | US Atlantic | Mid-Atlantic Bight | US 6A,B,C | United States | Hand dredges",
      "exploiting_stocks": 653,
      "map_info": "https://s3.amazonaws.com/fs4.fishsource.org/uploads/map/kml_path/31/US_Scallop.kml"
  },
  {
      "fishery_id": 1382,
      "fishery_name": "American sea scallop | US Atlantic | Mid-Atlantic Bight | US 6A,B,C | United States | Towed dredges",
      "exploiting_stocks": 653,
      "map_info": "https://s3.amazonaws.com/fs4.fishsource.org/uploads/map/kml_path/31/US_Scallop.kml"
  },
  ...