LookingGlass's latest_time hasn't been updated for a long time. Below is some data after a request

LookingGlass’s latest_time hasn’t been updated for a long time. Below is some data after a request:
Request URL: curl --location --request GET “https://stat.ripe.net/data/looking-glass/data.json?resource=8.8.8.8

I encountered the same issue when testing other prefixes.

“messages”: [
[
“info”,
“IP address (8.8.8.8) has been converted to its encompassing routed prefix (8.8.8.0/24)”
]
],
“see_also”: ,
“version”: “2.1”,
“data_call_name”: “looking-glass”,
“data_call_status”: “supported”,
“cached”: false,
“query_id”: “20260721092454-3abbeadf-0376-452a-88fc-357b45990888”,
“process_time”: 239,
“server_id”: “app196”,
“build_version”: “v0.10.15-2026.07.17”,
“pipeline”: “1346580”,
“status”: “ok”,
“status_code”: 200,
“time”: “2026-07-21T09:24:54.783790”,
“data”: {
“rrcs”: [
{
“rrc”: “RRC01”,
“location”: “London, United Kingdom”,
“scope”: “LINX / LONAP”,
“peers”: [
{
“asn_origin”: “15169”,
“as_path”: “15692 15169”,
“community”: “15692:1000 15692:1100”,
“largeCommunity”: “”,
“extendedCommunity”: “”,
“last_updated”: “2026-06-23T19:50:36.490000”,
“prefix”: “8.8.8.0/24”,
“peer”: “5.57.80.113”,
“origin”: “IGP”,
“next_hop”: “5.57.80.136”,
“latest_time”: “2026-07-21T09:04:40.810000”,
“community_info”: {

        }
      },
      {
        "asn_origin": "15169",
        "as_path": "8218 15169",
        "community": "8218:102 8218:20000 8218:20110",
        "largeCommunity": "",
        "extendedCommunity": "",
        "last_updated": "2026-05-12T09:42:23.410000",
        "prefix": "8.8.8.0/24",
        "peer": "5.57.80.210",
        "origin": "IGP",
        "next_hop": "5.57.80.210",
        "latest_time": "2026-07-21T09:04:40.810000",
        "community_info": {

        }
      },
      {
        "asn_origin": "15169",
        "as_path": "6908 15169",
        "community": "1:1 6908:0 6908:15169 65100:1 65101:44 65102:4401 65103:4408 65104:4 65105:1 65105:4",
        "largeCommunity": "",
        "extendedCommunity": "",
        "last_updated": "2026-05-12T09:42:12.130000",
        "prefix": "8.8.8.0/24",
        "peer": "5.57.81.21",
        "origin": "IGP",
        "next_hop": "5.57.81.21",
        "latest_time": "2026-07-21T09:04:39.780000",
        "community_info": {

        }
      },
      {
        "asn_origin": "15169",
        "as_path": "36924 15169",
        "community": "",
        "largeCommunity": "",
        "extendedCommunity": "",
        "last_updated": "2026-06-23T19:49:44.450000",
        "prefix": "8.8.8.0/24",
        "peer": "5.57.81.76",
        "origin": "IGP",
        "next_hop": "5.57.81.76",
        "latest_time": "2026-07-21T09:04:40.840000",
        "community_info": {

        }
      },
      {
        "asn_origin": "15169",
        "as_path": "48070 15169",
        "community": "",
        "largeCommunity": "",
        "extendedCommunity": "",
        "last_updated": "2026-07-20T20:34:23.060000",
        "prefix": "8.8.8.0/24",
        "peer": "5.57.81.127",
        "origin": "IGP",
        "next_hop": "5.57.81.127",
        "latest_time": "2026-07-21T09:04:29.830000",
        "community_info": {

        }
      },
      {
        "asn_origin": "15169",
        "as_path": "6894 174 6453 15169",
        "community": "",
        "largeCommunity": "",
        "extendedCommunity": "",
        "last_updated": "2026-06-11T08:47:00.780000",
        "prefix": "8.8.8.0/24",
        "peer": "5.57.81.186",
        "origin": "IGP",
        "next_hop": "5.57.81.186",
        "latest_time": "2026-07-21T09:04:32.830000",
        "community_info": {

        }
      },

Hi, any information about this RRC01 issue, I check our IP also not update the path information

Hi farid,

This parameter should represent the freshness of the data and has nothing to do with whether the routing information is updated. I found that all RRCs seem to have this problem.

Hi Farid,

The last_updated for a route is the time at which we received the (re)announcement that caused this route to be present. A route with an old last_updated is “stable”.

The time field in the response is the time at which the request from webapp to the backend was made (this is now cached for <15 seconds).

The looking had delays on a very low number of peers over the last week (1/10th of rrc07). At the time we thought this was not service affecting enough to put on statuspage, but that has resolved.

Kind regards,
Ties