find_satellites_above

List satellites above an observer within an angular search radius.

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees.
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees.
observer_alt_moptionalnumberObserver altitude above sea level in metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees.
Type: decimal number. Observer longitude in WGS84 decimal degrees.
Type: decimal number. Observer altitude above sea level in metres.
Type: integer. Search radius from 0 to 90 degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-08-03T02:01:04Z in 0.696 seconds.

info:
category:
ANY
transactionscount:
3
satcount:
114
above:

25 results

  1. satid:
    589
    satname:
    DASH 1
    intDesignator:
    1963-014D
    launchDate:
    1963-05-09
    satlat:
    53.2182
    satlng:
    20.6852
    satalt:
    3675.6258
  2. satid:
    608
    satname:
    ERS 6
    intDesignator:
    1963-014C
    launchDate:
    1963-05-09
    satlat:
    61.8643
    satlng:
    22.0821
    satalt:
    3670.7501
  3. satid:
    3244
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014BJ
    launchDate:
    1963-05-09
    satlat:
    60.6203
    satlng:
    23.6996
    satalt:
    3638.367
  4. satid:
    4772
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025DS
    launchDate:
    1970-04-08
    satlat:
    60.3837
    satlng:
    8.6986
    satalt:
    1224.6445
  5. satid:
    6121
    satname:
    COSMOS 508
    intDesignator:
    1972-057E
    launchDate:
    1972-07-20
    satlat:
    59.1432
    satlng:
    15.6404
    satalt:
    1457.9492
  6. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    62.9397
    satlng:
    17.8991
    satalt:
    37353.1006
  7. satid:
    7376
    satname:
    MOLNIYA 2-10
    intDesignator:
    1974-056A
    launchDate:
    1974-07-23
    satlat:
    60.8435
    satlng:
    9.4193
    satalt:
    35189.2167
  8. satid:
    7629
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-007D
    launchDate:
    1975-01-30
    satlat:
    67.8842
    satlng:
    -3.6757
    satalt:
    30678.7201
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    51.4652
    satlng:
    9.9795
    satalt:
    33484.5324
  10. satid:
    11057
    satname:
    MOLNIYA 3-10
    intDesignator:
    1978-095A
    launchDate:
    1978-10-13
    satlat:
    63.6892
    satlng:
    -16.505
    satalt:
    13280.4464
  11. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    58.0674
    satlng:
    54.2183
    satalt:
    32203.6578
  12. satid:
    12108
    satname:
    COSMOS 1229
    intDesignator:
    1980-102B
    launchDate:
    1980-12-23
    satlat:
    59.8705
    satlng:
    16.3124
    satalt:
    1426.3694
  13. satid:
    12406
    satname:
    KYOKKO 1 DEB
    intDesignator:
    1978-014F
    launchDate:
    1978-02-04
    satlat:
    62.9596
    satlng:
    22.0694
    satalt:
    3770.3318
  14. satid:
    12559
    satname:
    NOAA 7 DEB
    intDesignator:
    1981-059B
    launchDate:
    1981-06-23
    satlat:
    59.6924
    satlng:
    1.3356
    satalt:
    681.3261
  15. satid:
    12662
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053S
    launchDate:
    1981-06-04
    satlat:
    57.6653
    satlng:
    13.4092
    satalt:
    988.2107
  16. satid:
    12827
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-088F
    launchDate:
    1981-09-11
    satlat:
    54.2482
    satlng:
    42.5507
    satalt:
    13675.8908
  17. satid:
    13819
    satname:
    SL-3 R/B
    intDesignator:
    1983-010B
    launchDate:
    1983-02-16
    satlat:
    58.092
    satlng:
    5.7395
    satalt:
    430.7742
  18. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    61.8182
    satlng:
    -39.4625
    satalt:
    39380.8509
  19. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    48.2644
    satlng:
    -15.9439
    satalt:
    13653.4362
  20. satid:
    14192
    satname:
    COSMOS 1481 DEB
    intDesignator:
    1983-070E
    launchDate:
    1983-07-08
    satlat:
    68.1298
    satlng:
    -46.0539
    satalt:
    29854.6036
  21. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    62.8211
    satlng:
    -7.2765
    satalt:
    37003.7356
  22. satid:
    15350
    satname:
    COSMOS 1604
    intDesignator:
    1984-107A
    launchDate:
    1984-10-04
    satlat:
    51.2782
    satlng:
    35.6142
    satalt:
    12550.0233
  23. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    49.5457
    satlng:
    37.5852
    satalt:
    33363.2042
  24. satid:
    15741
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-040D
    launchDate:
    1985-05-29
    satlat:
    53.6908
    satlng:
    -14.8282
    satalt:
    37210.1491
  25. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    57.3576
    satlng:
    -0.5949
    satalt:
    24023.9453
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
3
satcount:
114
above:

25 results

  1. satid:
    589
    satname:
    DASH 1
    intDesignator:
    1963-014D
    launchDate:
    1963-05-09
    satlat:
    53.2182
    satlng:
    20.6852
    satalt:
    3675.6258
  2. satid:
    608
    satname:
    ERS 6
    intDesignator:
    1963-014C
    launchDate:
    1963-05-09
    satlat:
    61.8643
    satlng:
    22.0821
    satalt:
    3670.7501
  3. satid:
    3244
    satname:
    WESTFORD NEEDLES
    intDesignator:
    1963-014BJ
    launchDate:
    1963-05-09
    satlat:
    60.6203
    satlng:
    23.6996
    satalt:
    3638.367
  4. satid:
    4772
    satname:
    THORAD AGENA D DEB
    intDesignator:
    1970-025DS
    launchDate:
    1970-04-08
    satlat:
    60.3837
    satlng:
    8.6986
    satalt:
    1224.6445
  5. satid:
    6121
    satname:
    COSMOS 508
    intDesignator:
    1972-057E
    launchDate:
    1972-07-20
    satlat:
    59.1432
    satlng:
    15.6404
    satalt:
    1457.9492
  6. satid:
    7373
    satname:
    SL-6 R/B(2)
    intDesignator:
    1974-026E
    launchDate:
    1974-04-26
    satlat:
    62.9397
    satlng:
    17.8991
    satalt:
    37353.1006
  7. satid:
    7376
    satname:
    MOLNIYA 2-10
    intDesignator:
    1974-056A
    launchDate:
    1974-07-23
    satlat:
    60.8435
    satlng:
    9.4193
    satalt:
    35189.2167
  8. satid:
    7629
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-007D
    launchDate:
    1975-01-30
    satlat:
    67.8842
    satlng:
    -3.6757
    satalt:
    30678.7201
  9. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    51.4652
    satlng:
    9.9795
    satalt:
    33484.5324
  10. satid:
    11057
    satname:
    MOLNIYA 3-10
    intDesignator:
    1978-095A
    launchDate:
    1978-10-13
    satlat:
    63.6892
    satlng:
    -16.505
    satalt:
    13280.4464
  11. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    58.0674
    satlng:
    54.2183
    satalt:
    32203.6578
  12. satid:
    12108
    satname:
    COSMOS 1229
    intDesignator:
    1980-102B
    launchDate:
    1980-12-23
    satlat:
    59.8705
    satlng:
    16.3124
    satalt:
    1426.3694
  13. satid:
    12406
    satname:
    KYOKKO 1 DEB
    intDesignator:
    1978-014F
    launchDate:
    1978-02-04
    satlat:
    62.9596
    satlng:
    22.0694
    satalt:
    3770.3318
  14. satid:
    12559
    satname:
    NOAA 7 DEB
    intDesignator:
    1981-059B
    launchDate:
    1981-06-23
    satlat:
    59.6924
    satlng:
    1.3356
    satalt:
    681.3261
  15. satid:
    12662
    satname:
    COSMOS 1275 DEB
    intDesignator:
    1981-053S
    launchDate:
    1981-06-04
    satlat:
    57.6653
    satlng:
    13.4092
    satalt:
    988.2107
  16. satid:
    12827
    satname:
    SL-6 R/B(2)
    intDesignator:
    1981-088F
    launchDate:
    1981-09-11
    satlat:
    54.2482
    satlng:
    42.5507
    satalt:
    13675.8908
  17. satid:
    13819
    satname:
    SL-3 R/B
    intDesignator:
    1983-010B
    launchDate:
    1983-02-16
    satlat:
    58.092
    satlng:
    5.7395
    satalt:
    430.7742
  18. satid:
    13897
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-019D
    launchDate:
    1983-03-16
    satlat:
    61.8182
    satlng:
    -39.4625
    satalt:
    39380.8509
  19. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    48.2644
    satlng:
    -15.9439
    satalt:
    13653.4362
  20. satid:
    14192
    satname:
    COSMOS 1481 DEB
    intDesignator:
    1983-070E
    launchDate:
    1983-07-08
    satlat:
    68.1298
    satlng:
    -46.0539
    satalt:
    29854.6036
  21. satid:
    15223
    satname:
    SL-6 R/B(2)
    intDesignator:
    1984-089D
    launchDate:
    1984-08-24
    satlat:
    62.8211
    satlng:
    -7.2765
    satalt:
    37003.7356
  22. satid:
    15350
    satname:
    COSMOS 1604
    intDesignator:
    1984-107A
    launchDate:
    1984-10-04
    satlat:
    51.2782
    satlng:
    35.6142
    satalt:
    12550.0233
  23. satid:
    15429
    satname:
    MOLNIYA 1-63
    intDesignator:
    1984-124A
    launchDate:
    1984-12-14
    satlat:
    49.5457
    satlng:
    37.5852
    satalt:
    33363.2042
  24. satid:
    15741
    satname:
    SL-6 R/B(2)
    intDesignator:
    1985-040D
    launchDate:
    1985-05-29
    satlat:
    53.6908
    satlng:
    -14.8282
    satalt:
    37210.1491
  25. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    57.3576
    satlng:
    -0.5949
    satalt:
    24023.9453
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.