> For the complete documentation index, see [llms.txt](https://doc.vapi.co/tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vapi.co/tr/en/tr-turkey-datasets-and-api-reference/medicines/key-features.md).

# Key Features

### Endpoint: /product-card/:id

[API URL](/tr/en/getting-started/api-url.md)

### Request Method: <mark style="color:green;">GET</mark>

### Header Parameters

<table><thead><tr><th width="154">parameter</th><th width="138">type</th><th>definition</th></tr></thead><tbody><tr><td>Authorization</td><td>string</td><td>Bearer &#x3C;API Key><a data-mention href="#curl-istek-oernegi">#curl-istek-oernegi</a> <a data-mention href="/tr/en/getting-started/identity-verfication.md">Identity Verfication</a></td></tr></tbody></table>

### Request Parameter

<table><thead><tr><th width="153">parameter</th><th width="140">type</th><th width="362">definition</th><th>compulsory</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The unique product id information assigned to the drug. This information can be obtained from the id field in the /products method.</td><td><mark style="color:red;"><strong>yes</strong></mark></td></tr></tbody></table>

### Response Parameter

#### <mark style="color:green;">data</mark>  [Response Structure](/tr/en/getting-started/response-structure.md)

<table><thead><tr><th width="208">parameter</th><th width="222">type</th><th>definition</th></tr></thead><tbody><tr><td>product</td><td>product </td><td><a data-mention href="#product">#product</a></td></tr><tr><td>card</td><td>productCard</td><td><a data-mention href="#productcard">#productcard</a></td></tr></tbody></table>

#### <mark style="color:green;">**productCard**</mark>

<table><thead><tr><th width="261">parametre</th><th width="222">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>product</td><td>product</td><td><a data-mention href="#product">#product</a></td></tr><tr><td>barcodes</td><td>barcode[]</td><td><a data-mention href="#barcode">#barcode</a></td></tr><tr><td>drug</td><td>drug</td><td><a data-mention href="#drug">#drug</a></td></tr><tr><td>drugform</td><td>drugform</td><td><a data-mention href="#drugform">#drugform</a></td></tr><tr><td>drugType</td><td>drugType</td><td><a data-mention href="#drugtype">#drugtype</a></td></tr><tr><td>prescriptionType</td><td>prescriptionType </td><td><a data-mention href="#prescriptiontype">#prescriptiontype</a></td></tr><tr><td>pregnancyCategories</td><td>pregnancyCategory [ ]</td><td><a data-mention href="#pregnancycategories">#pregnancycategories</a></td></tr><tr><td>ingredients</td><td>ingredient [ ]</td><td><a data-mention href="#ingredients">#ingredients</a></td></tr><tr><td>nfcCode</td><td>nfcCode </td><td><a data-mention href="#nfccode">#nfccode</a></td></tr><tr><td>inMarket</td><td>boolean</td><td><a data-mention href="#inmarket">#inmarket</a></td></tr><tr><td>manufacturingCompany</td><td>company </td><td><a data-mention href="#manufacturingcompany">#manufacturingcompany</a></td></tr><tr><td>licenseeCompany</td><td>company </td><td><a data-mention href="#licenseecompany">#licenseecompany</a></td></tr></tbody></table>

#### <mark style="color:green;">product</mark>

<table><thead><tr><th width="137">parametre</th><th width="105">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>product unique id</td></tr><tr><td>name</td><td>string</td><td><p>Product name (constructed in the format: drug + drug form + product).</p><p></p><p><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/EUH0b4O85R6hDLSJpl5t/image.png" alt="" data-size="original"></p><p> </p></td></tr></tbody></table>

#### <mark style="color:green;">barcode</mark>

<table><thead><tr><th width="117">parameter</th><th width="123">type</th><th>definition</th></tr></thead><tbody><tr><td>barcode</td><td>integer</td><td>The barcode of the product. It can be 12 or 13 digits.</td></tr><tr><td>skrsStatus</td><td>string</td><td><p>The SKRS status associated with the barcode. It describes the barcode defined in the Health Coding Reference Server (SKRS) and its current status. The returned value will be active, passive, or null (unlisted).</p><p>A drug's barcode may change under certain conditions. For this reason, a single drug can have multiple barcodes (the same drug may exist in the market under different barcodes), and each barcode may have a different SKRS status.</p></td></tr></tbody></table>

#### <mark style="color:green;">drug</mark>

<table><thead><tr><th width="123">parametre</th><th width="121">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the drug associated with the product</td></tr><tr><td>name</td><td>string</td><td><p>the name of drug</p><p><br>For example:</p><p>"CALPOL Suspension 120 mg/5 ml 150 ml bottle"</p><p>for</p><p><mark style="color:red;">drug: CALPOL</mark></p><p></p><p><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/bLlQ5gUmMeN1ehcsOlpe/image.png" alt="" data-size="original"></p></td></tr></tbody></table>

#### <mark style="color:green;">drugform</mark>

<table><thead><tr><th width="125">parameter</th><th width="125">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>id of the drugform of the product</td></tr><tr><td>name</td><td>string</td><td><p>the name of drug form</p><p></p><p>For example:</p><p>"CALPOL Suspension 120 mg/5 ml 150 ml bottle"</p><p>for</p><p><mark style="color:red;">drugform: Süspansiyon 120 mg/5 ml</mark><br><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/lwtR1K2s6hKAIyPmVGdE/image.png" alt=""></p></td></tr></tbody></table>

#### <mark style="color:green;">drugType</mark>

<table><thead><tr><th width="123">parameter</th><th width="119">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>the id of the drugType belonging to the product</td></tr><tr><td>name</td><td>string</td><td><p>The name of the drugType.</p><p></p><p>The returned result may be:; </p><ul><li>Drug</li><li>Cosmetic</li><li>Nutritional Supplement</li><li>Infant Formula</li><li>Medical oral nutrition</li><li>Parenteral nutrition product</li><li>Intermediate product</li><li>Enteral nutrition product</li><li>Irrigation solution</li><li>Parenteral solution</li><li>Drug-like</li><li>OTC</li><li>Medical product</li><li>Medical device</li><li>Gap</li><li>GBTÜ</li></ul></td></tr></tbody></table>

#### <mark style="color:green;">prescriptionType</mark>

<table><thead><tr><th width="124">parameter</th><th width="115">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>the id of the prescriptionType belonging to the product</td></tr><tr><td>name</td><td>string</td><td><p>The name of the prescription type.</p><p><br>In Türkiye, medications can be prescribed in 7 different types:</p><p>White Prescription: A standard prescription type used for most medications.</p><p>Restricted White Prescription: A prescription type written by a specialist physician.<br>Controlled Prescription: A prescription type used for medications that could be misused.<br>Red Prescription: A prescription type used for narcotic medications.</p><p>Green Prescription: A prescription type used for psychotropic medications.</p><p>Purple Prescription: A prescription type used for blood and blood products.</p><p>Orange Prescription: A prescription type used for blood factors</p></td></tr></tbody></table>

#### <mark style="color:green;">pregnancyCategory</mark>

<table><thead><tr><th width="131">parameter</th><th width="116">type</th><th>definition</th></tr></thead><tbody><tr><td>category</td><td>category </td><td><a data-mention href="#category">#category</a></td></tr><tr><td>period</td><td>period </td><td><a data-mention href="#period">#period</a></td></tr></tbody></table>

#### <mark style="color:green;">category</mark>

<table><thead><tr><th width="131">parameter</th><th width="110">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>ID belonging to the pregnancy category</td></tr><tr><td>name</td><td>string</td><td>The name of the pregnancy category. It can be A, B, C, D, X.</td></tr><tr><td>description</td><td>string</td><td><p>To limit the safety of drug use during pregnancy, it is examined in 5 categories.<br></p><p>This section returns the descriptive text for each category.<br></p><p>Group A: Controlled studies in humans have not shown that the drug causes any increase in fetal abnormalities in any trimester of pregnancy.<br></p><p>Group B: Animal studies have not identified a risk to the fetus, but there are not enough studies in humans. OR, while adverse effects were detected in animals, a sufficient number of studies in humans have not identified any risk in any trimester of pregnancy.<br></p><p>Group C: Some undesirable side effects on the fetus have been detected in animal studies. However, there are not enough studies in humans. The benefit of using the drug in pregnant women may outweigh the potential risks.<br></p><p>Group D: There is a risk of adverse effects on the fetus in humans. However, it can be used under controlled conditions in some life-threatening situations for the mother.<br></p><p>Group X: Should absolutely not be used in pregnant women or those at high risk of becoming pregnant. The fetal risk is extremely high. The risk of using the drug far outweighs the benefit.</p></td></tr><tr><td>value</td><td>string</td><td><p>The result is returned along with the pregnancy category and its description:</p><p>Pregnancy class A.<br>Pregnancy class B.<br>Pregnancy class C.<br>Pregnancy class D. <br>Pregnancy class X.</p></td></tr><tr><td>priority</td><td>integer</td><td>The priority of the pregnancy category returns the result:<br>A = 1<br>B = 2<br>C = 3<br>D = 4<br>X = 5</td></tr></tbody></table>

#### <mark style="color:green;">period</mark>

<table><thead><tr><th width="131">parameter</th><th width="110">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>pregnancy category period ID</td></tr><tr><td>name</td><td>string</td><td><p>The term name for the pregnancy category.</p><p>It defines the trimester in medical literature. Each 3-month period equals 1 trimester. The pregnancy process consists of 3 trimesters.</p></td></tr></tbody></table>

#### <mark style="color:green;">ingredient</mark>

<table><thead><tr><th width="134">parameter</th><th width="113">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the active ingredient in the product. A product may contain more than one active ingredient. In this case, the result will return a different ID for each active ingredient.</td></tr><tr><td>name</td><td>string</td><td><p>The name of the active ingredient in a product.<br></p><p>It is the chemical component that provides the therapeutic or treatment effects of a drug. This substance is known as the main active ingredient of the drug (also referred to as the active substance in some sources).<br></p><p>The active ingredient of a drug is the most important component in the drug's formulation and provides its therapeutic effects. Therefore, the active ingredient is usually indicated on drug labels, and doctors, pharmacists, or healthcare professionals pay attention to this substance when prescribing.<br></p><p>For example ; "parasetamol 100 mg" </p><ul><li>active ingredient: parasetamol</li><li>amount: 100</li><li>unit: mg</li></ul></td></tr><tr><td>alternativeName</td><td>string</td><td><p>Alternative names for the active ingredient in the product.<br></p><p>Active ingredients may be known by alternative names in different fields. For example, the active ingredient known as paracetamol in European countries is known as acetaminophen in the USA. Or, acetylsalicylic acid may be abbreviated as ASA in some sources.<br><br>For example : </p><ul><li>paracetamol (acetaminophen)</li><li>Acetylsalicylic acid (ASA)</li></ul></td></tr><tr><td>amount</td><td>integer</td><td><p>The amount of active ingredient in the product<br></p><p>For example; "parasetamol 100 mg" </p><ul><li>active ingredient: parasetamol</li><li>amount: 100 </li><li>unit: mg</li></ul></td></tr><tr><td>unit</td><td>unit </td><td>The unit of active ingredient content. It is the complement of "amount". For details... <a data-mention href="#unit">#unit</a></td></tr></tbody></table>

#### <mark style="color:green;">unit</mark>

<table><thead><tr><th width="134">parameter</th><th width="112">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the unit</td></tr><tr><td>name</td><td>string</td><td><p>the name of the unit<br></p><p>For example, the returned result could be</p><ul><li>mg</li><li>ml</li><li>mcg</li><li>L</li><li>kg</li><li>mg/ml</li><li>drops<br></li></ul><p>For example; "parasetamol 100 mg" </p><ul><li>active ingredient: parasetamol</li><li>amount: 100 </li><li>unit: mg</li></ul></td></tr></tbody></table>

#### <mark style="color:green;">nfcCode</mark>

<table><thead><tr><th width="136">parameter</th><th width="111">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the NFC code</td></tr><tr><td>name</td><td>string</td><td><p>NFC code<br><br><mark style="color:red;"><strong>New Form Code - NFC</strong></mark></p><p>A classification system based on pharmaceutical form, created and updated by EphMRA (European Pharmaceutical Market Research Association).<br><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/rXuyzM2mT7uHZLHq9NeN/image.png" alt=""></p></td></tr><tr><td>description</td><td>string</td><td><p>NFC code description<br></p><p>For example, the returned result could be : </p><ul><li>Oral Solid Normal Enteric Coated Tablets</li></ul></td></tr></tbody></table>

#### <mark style="color:green;">atcCode</mark>

<table><thead><tr><th width="136">parameter</th><th width="111">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the ATC code</td></tr><tr><td>name</td><td>string</td><td><p>ATC code.<br>For example: </p><ul><li>N02BE01</li></ul><p><mark style="color:red;"><strong>Anatomical Therapeutic Classification (ATC)</strong></mark></p><p>It is a classification system created and updated by the World Health Organization (WHO). It groups active substances according to the anatomical regions where they will be applied and their therapeutic effects.</p><p><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/p4m9ivP0e8iQlojDOIfJ/image.png" alt=""></p></td></tr><tr><td>description</td><td>string</td><td><p>Description of the ATC code.<br></p><p>For example, the returned result can be:</p><ul><li>Paracetamol</li><li>Substances related to quinoline</li><li>Other anterior pituitary hormones and analogues</li></ul></td></tr></tbody></table>

#### <mark style="color:green;">inMarket</mark>

<table><thead><tr><th width="137">parameter</th><th width="102">type</th><th>definition</th></tr></thead><tbody><tr><td>inMarket</td><td>boolean</td><td>true = the product is available for sale on the market.<br>false = the product is not manufactured or imported, it is not available on the market.</td></tr></tbody></table>

#### <mark style="color:green;">manufacturingCompany</mark>

<table><thead><tr><th width="142">parameter</th><th width="110">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the company manufacturing the drug</td></tr><tr><td>name</td><td>string</td><td><p>Short name of the company</p><p></p><p>For example:</p><ul><li>Abdi İbrahim</li><li>Berko</li></ul></td></tr><tr><td>officialname</td><td>string</td><td><p>Full name of the company</p><p></p><p>For example:</p><ul><li>Abdi İbrahim İlaç Sanayi ve Ticaret Anonim Şirketi</li><li>Berko İlaç ve Kimya Sanayi Anonim Şirketi</li></ul></td></tr><tr><td>website</td><td>string</td><td>website</td></tr><tr><td>fax</td><td>string</td><td>fax number</td></tr><tr><td>phone</td><td>string</td><td>phone number</td></tr><tr><td>address</td><td>string</td><td>full address</td></tr><tr><td>email</td><td>string</td><td>email address</td></tr><tr><td>city</td><td>string</td><td>province</td></tr><tr><td>district</td><td>string</td><td>district</td></tr></tbody></table>

#### <mark style="color:green;">licenseeCompany</mark>

<table><thead><tr><th width="142">parameter</th><th width="106">type</th><th>definition</th></tr></thead><tbody><tr><td>id</td><td>integer</td><td>The ID of the company holding the marketing authorization for the drug</td></tr><tr><td>name</td><td>string</td><td><p>Short name of the company</p><p></p><p>For example:</p><ul><li>Abdi İbrahim</li><li>Berko</li></ul></td></tr><tr><td>officialname</td><td>string</td><td><p>Full name of the company</p><p></p><p>For example:</p><ul><li>Abdi İbrahim İlaç Sanayi ve Ticaret Anonim Şirketi</li><li>Berko İlaç ve Kimya Sanayi Anonim Şirketi</li></ul></td></tr><tr><td>website</td><td>string</td><td>website</td></tr><tr><td>fax</td><td>string</td><td>fax number</td></tr><tr><td>phone</td><td>string</td><td>phone number</td></tr><tr><td>address</td><td>string</td><td>full address</td></tr><tr><td>email</td><td>string</td><td>email address</td></tr><tr><td>city</td><td>string</td><td>province</td></tr><tr><td>district</td><td>string</td><td>district</td></tr></tbody></table>

### <mark style="color:blue;">curl</mark> Request Example

<pre><code><strong>curl --location 'https://api.vapi.co/product-card/1864' \
</strong>--header 'Authorization: Bearer &#x3C;API Anahtarı>'
</code></pre>

### <mark style="color:blue;">postman</mark> Request Example

<figure><img src="https://content.gitbook.com/content/yoqXCLsgP4CqhklelIUV/blobs/4Fik3eNPms8cZz98BhqF/Screen%20Shot%202023-11-30%20at%2017.09.42.png" alt=""><figcaption></figcaption></figure>

### Response Example

```json
{
    "data": {
        "product": {
            "id": 1864,
            "name": "CALPOL Süspansiyon 120 mg/5 ml 150 ml'lik şişe"
        },
        "card": {
            "barcodes": [
                {
                    "barcode": "8699522705009",
                    "skrsStatus": "Aktif"
                }
            ],
            "drug": {
                "id": 537,
                "name": "CALPOL"
            },
            "drugform": {
                "id": 881,
                "name": "Süspansiyon 120 mg/5 ml"
            },
            "drugType": {
                "id": 1,
                "name": "İlaç"
            },
            "prescriptionType": {
                "id": 1,
                "name": "Beyaz Reçete"
            },
            "pregnancyCategories": {
                "category": {
                    "id": 2,
                    "name": "B",
                    "description": "Hayvanlarda yapılan çalışmalarda fetüs için risk saptanmamıştır, ancak insanlarda yeterli sayıda çalışma yapılmamıştır. VEYA hayvanlarda advers etki saptanırken insanlarda yapılan yeterli sayıda çalışmada gebeliğin hiçbir trimesterinde herhangi bir risk saptanmamıştır.",
                    "value": "Gebelik sınıfı B'dir.",
                    "priority": 2
                },
                "period": {
                    "id": 4,
                    "name": "Tüm Gebelik Dönemi Boyunca"
                }
            },
            "ingredients": [
                {
                    "id": 1565,
                    "name": "Parasetamol",
                    "alternativeName": [
                        "Parasetamol",
                        "Asetaminofen"
                    ],
                    "amount": 120,
                    "unit": {
                        "id": 9,
                        "name": "mg/5 ml"
                    }
                }
            ],
            "nfcCode": {
                "id": 1427,
                "name": "DGK",
                "description": "Oral Likit Normal Süspansiyonlar"
            },
            "atcCode": {
                "name": "N02BE01",
                "description": "Parasetamol",
                "id": 3204
            },
            "inMarket": true,
            "manufacturingCompany": {
                "id": 8,
                "name": "GlaxoSmithKline",
                "officialName": "GlaxoSmithKline İlaçları Sanayi ve Ticaret Anonim Şirketi",
                "website": "https://tr.gsk.com/tr-tr/",
                "fax": "0212 339 45 00",
                "phone": "0212 339 44 00",
                "address": "Büyükdere Cad. 1. Levent Plaza No:173 B Blok 1.Levent",
                "email": "info@gsk.com.tr",
                "city": "İstanbul",
                "district": "Beşiktaş"
            },
            "licenseeCompany": {
                "id": 8,
                "name": "GlaxoSmithKline",
                "officialName": "GlaxoSmithKline İlaçları Sanayi ve Ticaret Anonim Şirketi",
                "website": "https://tr.gsk.com/tr-tr/",
                "fax": "0212 339 45 00",
                "phone": "0212 339 44 00",
                "address": "Büyükdere Cad. 1. Levent Plaza No:173 B Blok 1.Levent",
                "email": "info@gsk.com.tr",
                "city": "İstanbul",
                "district": "Beşiktaş"
            },
            "pharmaceuticalForm": {
                "id": 14,
                "name": "Süspansiyon Oral",
                "applicationMethod": {
                    "id": 1,
                    "name": "Ağız Yoluyla Alınanlar (Katı)"
                }
            },
            "genericStatus": "Orijinal"
        }
    },
    "success": true
}
```
