For clean Markdown of any page, append .md to the page URL. For a complete documentation index, see https://api-doc-new.gideononline.com/gideon-api-1-0/travel/llms.txt. For full documentation content, see https://api-doc-new.gideononline.com/gideon-api-1-0/travel/llms-full.txt.

# /travel/countries/{country_code}/diseases

GET https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases

Returns the list of relevant diseases for travelers to the selected country.

Reference: https://api-doc-new.gideononline.com/gideon-api-1-0/travel/travel-countries-country-code-diseases

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /travel/countries/%7Bcountry_code%7D/diseases:
    get:
      operationId: travel-countries-country-code-diseases
      summary: /travel/countries/{country_code}/diseases
      description: >-
        Returns the list of relevant diseases for travelers to the selected
        country.
      tags:
        - subpackage_travel
      parameters:
        - name: return
          in: query
          description: detailed | simple (default)
          required: false
          schema:
            type: string
        - name: search
          in: query
          description: String. prefix search
          required: false
          schema:
            type: string
        - name: limit
          in: query
          description: Numeric.  Specifies records per page
          required: false
          schema:
            type: string
        - name: offset
          in: query
          description: Numeric. Specifies the starting record
          required: false
          schema:
            type: string
        - name: Authorization
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Travel_/travel/countries/{country_code}/diseases_Response_200
servers:
  - url: https://api.gideononline.com
  - url: https://api-test.gideononline.com
components:
  schemas:
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAgentsItems:
      type: object
      properties:
        agent:
          type: string
        agent_code:
          type: integer
      required:
        - agent
        - agent_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAgentsItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVectorsItems:
      type: object
      properties:
        vector:
          type: string
        vector_code:
          type: string
      required:
        - vector
        - vector_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVectorsItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVehiclesItems:
      type: object
      properties:
        vehicle:
          type: string
        vehicle_code:
          type: string
      required:
        - vehicle
        - vehicle_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVehiclesItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPathogensItems:
      type: object
      properties:
        pathogen:
          type: string
        is_drug_class:
          type: string
        pathogen_code:
          type: integer
      required:
        - pathogen
        - is_drug_class
        - pathogen_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPathogensItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsReservoirsItems:
      type: object
      properties:
        reservoir:
          type: string
        reservoir_code:
          type: string
      required:
        - reservoir
        - reservoir_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsReservoirsItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAdultDrugsItems:
      type: object
      properties:
        drug:
          type: string
        disease_code:
          type: integer
      required:
        - drug
        - disease_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAdultDrugsItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPediatricDrugsItems:
      type: object
      properties:
        drug:
          type: string
        disease_code:
          type: integer
      required:
        - drug
        - disease_code
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPediatricDrugsItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsTherapyReferencesItems:
      type: object
      properties:
        href:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - citation
        - short_citation
        - reference_number
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsTherapyReferencesItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsClinicalReferencesItems:
      type: object
      properties:
        href:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - citation
        - short_citation
        - reference_number
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsClinicalReferencesItems
    TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItems:
      type: object
      properties:
        icd9:
          type: array
          items:
            type: string
        icd10:
          type: array
          items:
            type: string
        agents:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAgentsItems
        disease:
          type: string
        vectors:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVectorsItems
        synonyms:
          type: array
          items:
            type: string
        vaccines:
          type: array
          items:
            description: Any type
        vehicles:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsVehiclesItems
        pathogens:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPathogensItems
        agent_text:
          type: string
        incubation:
          type: string
        reservoirs:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsReservoirsItems
        adult_drugs:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsAdultDrugsItems
        vector_text:
          type: string
        disease_code:
          type: integer
        vehicle_text:
          type: string
        adult_therapy:
          type: string
        clinical_note:
          type: string
        clinical_hints:
          type: string
        reservoir_text:
          type: string
        pediatric_drugs:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsPediatricDrugsItems
        diagnostic_tests:
          type: string
        pediatric_therapy:
          type: string
        therapy_references:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsTherapyReferencesItems
        clinical_references:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItemsClinicalReferencesItems
      required:
        - icd9
        - icd10
        - agents
        - disease
        - vectors
        - synonyms
        - vaccines
        - vehicles
        - pathogens
        - agent_text
        - incubation
        - reservoirs
        - adult_drugs
        - vector_text
        - disease_code
        - vehicle_text
        - adult_therapy
        - clinical_note
        - clinical_hints
        - reservoir_text
        - pediatric_drugs
        - diagnostic_tests
        - pediatric_therapy
        - therapy_references
        - clinical_references
      title: >-
        TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItems
    Travel_/travel/countries/{country_code}/diseases_Response_200:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: >-
              #/components/schemas/TravelCountries7BcountryCode7DDiseasesGetResponsesContentApplicationJsonSchemaDataItems
        limit:
          type: integer
        total:
          type: integer
        offset:
          type: integer
      required:
        - data
        - limit
        - total
        - offset
      title: Travel_/travel/countries/{country_code}/diseases_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: Authorization

```

## SDK Code Examples

```python Travel_/travel/countries/{country_code}/diseases_example
import requests

url = "https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases"

querystring = {"return":"Optional","search":"Optional","limit":"Optional","offset":"Optional"}

headers = {"Authorization": "<apiKey>"}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
```

```javascript Travel_/travel/countries/{country_code}/diseases_example
const url = 'https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional';
const options = {method: 'GET', headers: {Authorization: '<apiKey>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Travel_/travel/countries/{country_code}/diseases_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "<apiKey>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Travel_/travel/countries/{country_code}/diseases_example
require 'uri'
require 'net/http'

url = URI("https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = '<apiKey>'

response = http.request(request)
puts response.read_body
```

```java Travel_/travel/countries/{country_code}/diseases_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional")
  .header("Authorization", "<apiKey>")
  .asString();
```

```php Travel_/travel/countries/{country_code}/diseases_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional', [
  'headers' => [
    'Authorization' => '<apiKey>',
  ],
]);

echo $response->getBody();
```

```csharp Travel_/travel/countries/{country_code}/diseases_example
using RestSharp;

var client = new RestClient("https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift Travel_/travel/countries/{country_code}/diseases_example
import Foundation

let headers = ["Authorization": "<apiKey>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://api.gideononline.com/travel/countries/%7Bcountry_code%7D/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```