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/viruses/llms.txt. For full documentation content, see https://api-doc-new.gideononline.com/gideon-api-1-0/viruses/llms-full.txt.

# /microbiology/viruses/{virus_code}/general

GET https://api.gideononline.com/microbiology/viruses/1/general

Returns the following information of the selected virus.

- **virus_name**: Name of the virus.
- **is_italic**: Indicates whether or not the virus name should be italicized.
- **is_zoonotic**: Indicates whether the virus can be transmitted from animals to humans.
- **etymology**: Provides the origin and historical background of the virus name.
- **genome_type**: Describes the genetic material of the virus, such as RNA or DNA
- .**entry_mechanism**: Explains how the virus enters the host cell.
- **synonyms**: Lists alternative names and terms for the virus.
- **replication_mechanism**: Describes the process by which the virus replicates within the host.
- **diseases**: Identifies the diseases caused by the virus.
- **drugs**: Lists antiviral drugs effective against the virus.
- **vaccines**: Provides information on vaccines available for the virus.
- **structure**: Details the physical structure of the virus.

Reference: https://api-doc-new.gideononline.com/gideon-api-1-0/viruses/microbiology-viruses-virus-code-general

## OpenAPI Specification

```yaml
openapi: 3.1.0
info:
  title: collection
  version: 1.0.0
paths:
  /microbiology/viruses/1/general:
    get:
      operationId: microbiology-viruses-virus-code-general
      summary: /microbiology/viruses/{virus_code}/general
      description: >-
        Returns the following information of the selected virus.


        - **virus_name**: Name of the virus.

        - **is_italic**: Indicates whether or not the virus name should be
        italicized.

        - **is_zoonotic**: Indicates whether the virus can be transmitted from
        animals to humans.

        - **etymology**: Provides the origin and historical background of the
        virus name.

        - **genome_type**: Describes the genetic material of the virus, such as
        RNA or DNA

        - .**entry_mechanism**: Explains how the virus enters the host cell.

        - **synonyms**: Lists alternative names and terms for the virus.

        - **replication_mechanism**: Describes the process by which the virus
        replicates within the host.

        - **diseases**: Identifies the diseases caused by the virus.

        - **drugs**: Lists antiviral drugs effective against the virus.

        - **vaccines**: Provides information on vaccines available for the
        virus.

        - **structure**: Details the physical structure of the virus.
      tags:
        - subpackage_viruses
      parameters:
        - name: Authorization
          in: header
          required: true
          schema:
            type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: >-
                  #/components/schemas/Viruses_/microbiology/viruses/{virus_code}/general_Response_200
servers:
  - url: https://api.gideononline.com
  - url: https://api-test.gideononline.com
components:
  schemas:
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItemsReferencesItems:
      type: object
      properties:
        href:
          type: string
        title:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - title
        - citation
        - short_citation
        - reference_number
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItemsReferencesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItems:
      type: object
      properties:
        drug:
          type: string
        auto_id:
          type: integer
        drug_code:
          type: integer
        references:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItemsReferencesItems
        commonality_label:
          description: Any type
      required:
        - drug
        - auto_id
        - drug_code
        - references
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataImagesItems:
      type: object
      properties:
        doi:
          description: Any type
        url:
          type: string
          format: uri
        title:
          type: string
        source:
          type: string
        alt_text:
          type: string
        provider:
          type: string
        source_url:
          description: Any type
        description:
          type: string
        image_category:
          type: string
        image_file_name:
          type: string
      required:
        - url
        - title
        - source
        - alt_text
        - provider
        - description
        - image_category
        - image_file_name
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataImagesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDiseasesItems:
      type: object
      properties:
        auto_id:
          type: integer
        disease:
          type: string
        references:
          type: array
          items:
            description: Any type
        disease_code:
          type: integer
        commonality_label:
          description: Any type
      required:
        - auto_id
        - disease
        - references
        - disease_code
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDiseasesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItemsReferencesItems:
      type: object
      properties:
        href:
          type: string
        title:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - title
        - citation
        - short_citation
        - reference_number
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItemsReferencesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItems:
      type: object
      properties:
        auto_id:
          type: integer
        vaccine:
          type: string
        references:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItemsReferencesItems
        vaccine_code:
          type: integer
        commonality_label:
          description: Any type
      required:
        - auto_id
        - vaccine
        - references
        - vaccine_code
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItemsReferencesItems:
      type: object
      properties:
        href:
          type: string
        title:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - title
        - citation
        - short_citation
        - reference_number
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItemsReferencesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItems:
      type: object
      properties:
        auto_id:
          type: integer
        references:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItemsReferencesItems
        vehicle_class:
          type: string
        vehicle_entity:
          description: Any type
        commonality_label:
          description: Any type
        vehicle_entity_latin:
          description: Any type
      required:
        - auto_id
        - references
        - vehicle_class
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataEtymologyItems:
      type: object
      properties:
        term:
          type: string
        meaning:
          type: string
        references:
          type: array
          items:
            description: Any type
      required:
        - term
        - meaning
        - references
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataEtymologyItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItemsReferencesItems:
      type: object
      properties:
        href:
          type: string
        title:
          type: string
        citation:
          type: string
        short_citation:
          type: string
        reference_number:
          type: string
      required:
        - href
        - title
        - citation
        - short_citation
        - reference_number
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItemsReferencesItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItems:
      type: object
      properties:
        auto_id:
          type: integer
        references:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItemsReferencesItems
        reservoir_class:
          type: string
        reservoir_entity:
          type: string
        commonality_label:
          description: Any type
        reservoir_entity_latin:
          type: string
      required:
        - auto_id
        - references
        - reservoir_class
        - reservoir_entity
        - reservoir_entity_latin
      title: >-
        MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItems
    MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaData:
      type: object
      properties:
        id:
          type: integer
        drugs:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDrugsItems
        images:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataImagesItems
        vectors:
          type: array
          items:
            description: Any type
        diseases:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataDiseasesItems
        synonyms:
          type: array
          items:
            type: string
        vaccines:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVaccinesItems
        vehicles:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataVehiclesItems
        etymology:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataEtymologyItems
        is_italic:
          type: integer
        structure:
          type: string
        reservoirs:
          type: array
          items:
            $ref: >-
              #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaDataReservoirsItems
        virus_name:
          type: string
        genome_type:
          type: string
        is_zoonotic:
          type: integer
        entry_mechanism:
          type: string
        replication_mechanism:
          type: string
        genome_type_references:
          type: string
      required:
        - id
        - drugs
        - images
        - vectors
        - diseases
        - synonyms
        - vaccines
        - vehicles
        - etymology
        - is_italic
        - structure
        - reservoirs
        - virus_name
        - genome_type
        - is_zoonotic
        - entry_mechanism
        - replication_mechanism
        - genome_type_references
      title: MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaData
    Viruses_/microbiology/viruses/{virus_code}/general_Response_200:
      type: object
      properties:
        data:
          $ref: >-
            #/components/schemas/MicrobiologyViruses1GeneralGetResponsesContentApplicationJsonSchemaData
      required:
        - data
      title: Viruses_/microbiology/viruses/{virus_code}/general_Response_200
  securitySchemes:
    apiKeyAuth:
      type: apiKey
      in: header
      name: Authorization

```

## SDK Code Examples

```python Viruses_/microbiology/viruses/{virus_code}/general_example
import requests

url = "https://api.gideononline.com/microbiology/viruses/1/general"

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

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

print(response.json())
```

```javascript Viruses_/microbiology/viruses/{virus_code}/general_example
const url = 'https://api.gideononline.com/microbiology/viruses/1/general';
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 Viruses_/microbiology/viruses/{virus_code}/general_example
package main

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

func main() {

	url := "https://api.gideononline.com/microbiology/viruses/1/general"

	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 Viruses_/microbiology/viruses/{virus_code}/general_example
require 'uri'
require 'net/http'

url = URI("https://api.gideononline.com/microbiology/viruses/1/general")

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 Viruses_/microbiology/viruses/{virus_code}/general_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://api.gideononline.com/microbiology/viruses/1/general")
  .header("Authorization", "<apiKey>")
  .asString();
```

```php Viruses_/microbiology/viruses/{virus_code}/general_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://api.gideononline.com/microbiology/viruses/1/general', [
  'headers' => [
    'Authorization' => '<apiKey>',
  ],
]);

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

```csharp Viruses_/microbiology/viruses/{virus_code}/general_example
using RestSharp;

var client = new RestClient("https://api.gideononline.com/microbiology/viruses/1/general");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "<apiKey>");
IRestResponse response = client.Execute(request);
```

```swift Viruses_/microbiology/viruses/{virus_code}/general_example
import Foundation

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

let request = NSMutableURLRequest(url: NSURL(string: "https://api.gideononline.com/microbiology/viruses/1/general")! 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()
```