[
  {
    "id": 2,
    "name": "CIA",
    "org_type": "intelligence",
    "appearance_count": "2",
    "_links": {
      "self": {
        "href": "/organizations/2"
      }
    }
  },
  {
    "id": 8,
    "name": "GRU",
    "org_type": "government",
    "appearance_count": "1",
    "_links": {
      "self": {
        "href": "/organizations/8"
      }
    }
  },
  {
    "id": 5,
    "name": "Janus Syndicate",
    "org_type": "criminal",
    "appearance_count": "1",
    "_links": {
      "self": {
        "href": "/organizations/5"
      }
    }
  },
  {
    "id": 4,
    "name": "KGB",
    "org_type": "intelligence",
    "appearance_count": "3",
    "_links": {
      "self": {
        "href": "/organizations/4"
      }
    }
  },
  {
    "id": 1,
    "name": "MI6",
    "org_type": "intelligence",
    "appearance_count": "9",
    "_links": {
      "self": {
        "href": "/organizations/1"
      }
    }
  },
  {
    "id": 6,
    "name": "Quantum",
    "org_type": "criminal",
    "appearance_count": "1",
    "_links": {
      "self": {
        "href": "/organizations/6"
      }
    }
  },
  {
    "id": 7,
    "name": "Silva's Network",
    "org_type": "criminal",
    "appearance_count": "1",
    "_links": {
      "self": {
        "href": "/organizations/7"
      }
    }
  },
  {
    "id": 3,
    "name": "SPECTRE",
    "org_type": "criminal",
    "appearance_count": "3",
    "_links": {
      "self": {
        "href": "/organizations/3"
      }
    }
  }
]