Processed Information ===================== The processed information is the data generated from sales files after normalization and segmentation by tracks, artists, and releases. This information has not yet been validated by a catalog. Artists ------- **GET** ``/api/artists/`` This route allows to get a list of artists per active organization **Form Data** .. note:: No form data required \* required fields **Response** +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | count | integer | Total number of organizations | +----------------+------------------+---------------------------------+ | next | string | Link to see most results | +----------------+------------------+---------------------------------+ | previous | string | Link to see previous results | +----------------+------------------+---------------------------------+ | results | list | It's a list which contains | | | | artist info. | | | | | | | | In the next table, there are | | | | the fields contained in each | | | | item. | +----------------+------------------+---------------------------------+ +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | id | integer | Artist ID | +----------------+------------------+---------------------------------+ | created | date | Creation Date | +----------------+------------------+---------------------------------+ | modified | date | Modification Date | +----------------+------------------+---------------------------------+ | name | string | Artist Name | +----------------+------------------+---------------------------------+ | total_local | Decimal | Total revenues attributed | | | | to artist | +----------------+------------------+---------------------------------+ | aliases | list | List of possible aliases | | | | linked to artist. | +----------------+------------------+---------------------------------+ | is_percentege | boolean | Indicates if the revenue | | _modified | | percentage has been modified | +----------------+------------------+---------------------------------+ | organisation | integer | Organization ID which artist | | | | is linked. | +----------------+------------------+---------------------------------+ Tracks ------ **GET** ``/api/tracks/`` This route allows to get a list of tracks per active organization **Form Data** .. note:: No form data required \* required fields **Response** +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | count | integer | Total number of organizations | +----------------+------------------+---------------------------------+ | next | string | Link to see most results | +----------------+------------------+---------------------------------+ | previous | string | Link to see previous results | +----------------+------------------+---------------------------------+ | results | list | It's a list which contains | | | | artist info. | | | | | | | | In the next table, there are | | | | the fields contained in each | | | | item. | +----------------+------------------+---------------------------------+ +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | id | integer | Artist ID | +----------------+------------------+---------------------------------+ | created | date | Creation Date | +----------------+------------------+---------------------------------+ | modified | date | Modification Date | +----------------+------------------+---------------------------------+ | title | string | Track Title | +----------------+------------------+---------------------------------+ | display_artist | string | Main Artist Name | +----------------+------------------+---------------------------------+ | number | integer | Official track number | +----------------+------------------+---------------------------------+ | volume | integer | Official track volume | +----------------+------------------+---------------------------------+ | isrc | string | Unique 12-character alphanumeric| | | | code | +----------------+------------------+---------------------------------+ | total_local | Decimal | Total revenues attributed | | | | to artist | +----------------+------------------+---------------------------------+ | organisation | integer | Organization ID which artist | | | | is linked. | +----------------+------------------+---------------------------------+ Releases -------- **GET** ``/api/releases/`` This route allows to get a list of releases per active organization **Form Data** .. note:: No form data required \* required fields **Response** +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | count | integer | Total number of organizations | +----------------+------------------+---------------------------------+ | next | string | Link to see most results | +----------------+------------------+---------------------------------+ | previous | string | Link to see previous results | +----------------+------------------+---------------------------------+ | results | list | It's a list which contains | | | | artist info. | | | | | | | | In the next table, there are | | | | the fields contained in each | | | | item. | +----------------+------------------+---------------------------------+ +----------------+------------------+---------------------------------+ | Field | Type | Description | +================+==================+=================================+ | id | integer | Artist ID | +----------------+------------------+---------------------------------+ | created | date | Creation Date | +----------------+------------------+---------------------------------+ | modified | date | Modification Date | +----------------+------------------+---------------------------------+ | title | string | Release Title | +----------------+------------------+---------------------------------+ | display_artist | string | Main Artist Name | +----------------+------------------+---------------------------------+ | release_id | string | Unique 12-character numeric | | | | code | +----------------+------------------+---------------------------------+ | total_local | Decimal | Total revenues attributed | | | | to artist | +----------------+------------------+---------------------------------+ | organisation | integer | Organization ID which artist | | | | is linked. | +----------------+------------------+---------------------------------+