---
title: The Datasource Entry Object
description: Reference for the datasource entry object structure containing individual key-value pairs within Storyblok datasources.
url: https://storyblok.com/docs/api/content-delivery/v2/datasources/the-datasource-entry-object
---

# The Datasource Entry Object

The datasource entry object.

## Properties

-   `id` (number)
    
    Entry ID
    
-   `name` (string)
    
    Entry name
    
-   `value` (string)
    
    Entry value (default dimension)
    
-   `dimension_value` (string)
    
    Entry value (requested dimension)
    

Example Object

```json
{
  "id": 8118432,
  "name": "Product One",
  "value": "product-one",
  "dimension_value": "produkt-eins"
}
```

## Pagination

-   [Previous: The Datasource Object](/docs/api/content-delivery/v2/datasources/the-datasource-object)
-   [Next: Retrieve Multiple Tags](/docs/api/content-delivery/v2/tags/retrieve-multiple-tags)
