GET /api/bluebridge/v6/data/:data_file_id
Get Data associated with Stock, Assessment Unit or Unasertained nodes of a specific Profile Tree

Returns all data associated with the Stock and Assessment Unit (or Unascertained) for a given data_file_id.

Description of response elements

The response consists of an array of JSON objects. Each object has three keys:

Element Description
stock_or_assessment_unit_id The internal FishSource identifier for the Stock or Assessment Unit (or Unascertained) for which data is being provided
date The date the data file was uploaded into FishSource. This is typically within a week of final approval and publishing on the site
exploitation An array of variables from the Current Removal Rate, Scientific Advised Target Removal Rate and Management Target Removal Rate FishSource variable lists (see below) associated with the Stock or Assessment Unit
abundance An array of variables from the Resource limit reference point, Resource target reference point and Resource current FishSource variable lists (see below) associated with the Stock or Assessment Unit

The possible variables that might be returned for the exploitation data are:

  1. (1-SPR)trp
  2. 1-SPR
  3. 75%Umsy
  4. F
  5. F (age-averaged)
  6. F management limit
  7. F management target
  8. F=F management target
  9. F=F0.1
  10. F=Fmsy
  11. F0.1
  12. F30%B0
  13. F30%SPR
  14. F35%B0
  15. F35%SPR
  16. F40%B0
  17. F40%SPR
  18. F55%SPR
  19. F60%SPR
  20. Fabc
  21. Fmax
  22. Fmed
  23. Fmey
  24. Fmsy
  25. Fpa
  26. Fref
  27. Harvest rate (Y/SSB)
  28. Harvest rate (Y/TSB)
  29. Harvest rate U
  30. Harvest rate=80% of replacement yield
  31. MSY harvest rate (Umsy)
  32. Multispecies Fmsy
  33. Ratio F/F0.1
  34. Ratio F/F35%
  35. Ratio F/F40%
  36. Ratio F/Fmsy
  37. Ratio F/Ftrp
  38. Ratio Ftrp/Fmsy
  39. Ratio harvest/replacement yield
  40. Ratio target/bycatch
  41. Ratio U/Umsy
  42. Ratio U/Utrp
  43. Target harvest rate U
  44. U=Umsy
  45. U40%B0

The possible variables that might be returned for the abundance data are:

  1. 15%B0 (’000 t)
  2. 20%B0 (’000 t)
  3. 25%B0 (’000 t)
  4. 27.5%B0 (’000 t)
  5. 30%B0 (’000 t)
  6. 35%B0 (’000 t)
  7. 40%B0 (’000 t)
  8. 40%Bmsy
  9. 50%B0 (’000 t)
  10. 50%Nmsy (’000 individuals)
  11. 55%B0 (’000 t)
  12. 75%Nmsy (’000 individuals)
  13. 80%Bmsy
  14. Abundance (’000 individuals)
  15. Abundance (M individuals)
  16. B=B0.1
  17. B=Blim
  18. B=Bmsy
  19. B=MSY Btrigger
  20. B10% (’000 t)
  21. B15% (’000 t)
  22. B20% (’000 t)
  23. Bbuf (’000 t)
  24. Biomass index
  25. Blim (’000 t)
  26. Bloss (’000 t)
  27. Bmax (’000 t)
  28. Brebuild (’000 t)
  29. CPUE (’000 t/day)
  30. CPUE (’000 t/hour)
  31. CPUE (individuals/1000 hooks/day)
  32. CPUE (individuals/hectare)
  33. CPUE (kg/hour)
  34. ESB (’000 t)
  35. Fecundity (M eggs)
  36. Fecundity limit (M eggs)
  37. Fecundity target (M eggs)
  38. FSB (’000 t)
  39. LPUE (’000 t/day)
  40. LPUE (kg/hour)
  41. LRP (’000 t)
  42. MBAL (’000 t)
  43. MMB (’000 t)
  44. MSST (’000 t)
  45. MSST (individuals/hectare)
  46. MSY abundance (individuals/hectare)
  47. MSY Bescapement (’000 t)
  48. MSY Btrigger (’000 t)
  49. MSY Btrigger (M individuals)
  50. Nlim (M individuals)
  51. Ratio B/B0.1
  52. Ratio B/Bmsy
  53. Ratio SSB/Blim
  54. Ratio SSB/SSB35%
  55. Ratio SSB/SSB40%
  56. Ratio SSB/SSBlim
  57. Ratio SSB/SSBmsy
  58. Ratio TB/TBlim
  59. Ratio TB/TBmsy
  60. SSB (’000 t)
  61. SSB=SSB10%
  62. SSB=SSB15%
  63. SSB=SSB20%
  64. SSB=SSB40%
  65. SSB=SSBlim
  66. SSB=SSBmsy
  67. SSB35% (’000 t)
  68. SSB40% (’000 t)
  69. SSBavg (’000 t)
  70. SSBlim (’000 t)
  71. SSBmey (’000 t)
  72. SSBmsy (’000 t)
  73. SSBpa (’000 t)
  74. SSBtrp (’000 t)
  75. Survey relative SSB
  76. TB (’000 t)
  77. TB=TBlim
  78. TBmsy (’000 t)
  79. U (’000 t)
  80. Ulim (’000 t)
  81. Upa (’000 t)
  82. URL (’000 t)

Examples

[
  {
    "stock_or_assessment_unit_id": 638,
    "date": "2017-12-31",
    "exploitation": [
      {
        "year": 1930,
        "Ratio F/Fmsy": 0.241,
        "F management target": 1
      },
      {
        "year": 1931,
        "Ratio F/Fmsy": 0.333,
        "F management target": 1
      },
      ...
    ],
    "abundance": [
      {
        "year": 1930,
        "SSB=SSBmsy": 1,
        "Ratio SSB/SSBmsy": 2.65
      },
      ...
    ]
  }
]

Params

Param name Description
data_file_id
required

A valid identifier for a datafile as returned from the STOCKS endpoint

Validations:

  • Must be Integer